标签: php session
会话的有效期在哪里扩展到脚本中的哪一点?
read方法?
read
class DatabaseSession implements SessionHandlerInterface { public function read($sess_id) { here?
访问$_SESSION时?
$_SESSION
if(!isset($_SESSION)){
我想检查会话到期前的剩余时间。