[ Index ] |
PHP Cross Reference of phpBB-3.3.14-deutsch |
[Source view] [Print] [Project Stats]
This abstract session handler provides a generic implementation of the PHP 7.0 SessionUpdateTimestampHandlerInterface, enabling strict and lazy session handling.
Author: | Nicolas Grekas <p@tchwork.com> |
File Size: | 171 lines (6 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
open($savePath, $sessionName) X-Ref |
return: bool |
validateId($sessionId) X-Ref |
return: bool |
read($sessionId) X-Ref |
return: string |
write($sessionId, $data) X-Ref |
return: bool |
destroy($sessionId) X-Ref |
return: bool |
Generated: Mon Nov 25 19:05:08 2024 | Cross-referenced by PHPXref 0.7.1 |