set session in database in php

前端 未结 4 1077
北恋
北恋 2020-11-29 03:16

How can I use session in database table with php and mysql?

4条回答
  •  野趣味
    野趣味 (楼主)
    2020-11-29 03:34

    You control this in php.ini under the session_handler directive. Check out http://www.tonymarston.net/php-mysql/session-handler.html for a easy walk through (used it before).

提交回复
热议问题