This is the code documentation for the SproutCMS project
Search documentation |
interface SessionDriverSession driver interface
Implemented bypublic regeneratestring regenerate ( ); Regenerates the session id. public gcboolean gc ( integer $maxlifetime ); Garbage collection. public openboolean open ( string $path , string $name ); Opens a session. public closeboolean close ( ); Closes a session. public readstring read ( string $id ); Reads a session. public writeboolean write ( string $id , string $data ); Writes a session. public destroyboolean destroy ( string $id ); Destroys a session. |
Powered by Pelzini, version 0.9.0 |
Documentation is made available under the
GNU Free Documentation License 1.2. Generated: Monday, 3rd April, 2023 at 02:59 pm |