ISessionHandler Interface Reference
A class to handle session storage and retrieval. More...
Inheritance diagram for
ISessionHandler:
Public Member Functions |
|
close () | |
Close a session. |
|
destroy ($key) | |
Delete a session. |
|
gc ($lifetime) | |
Delete outdated sessions. |
|
open ($save_path, $session_name) | |
Open a session. |
|
read ($key) | |
Load session data.
|
|
write ($key, $value) | |
Write session data to DB.
|
Detailed Description
A class to handle session storage and retrieval.
Definition at line 5 of file isessionhandler.cls.php.
Member Function Documentation
ISessionHandler::close | ( | ) |
Close a session.
Implemented in DBSession.
ISessionHandler::destroy | ( | $ | key | ) |
Delete a session.
Implemented in DBSession.
ISessionHandler::gc | ( | $ | lifetime | ) |
Delete outdated sessions.
Implemented in DBSession.
ISessionHandler::open | ( | $ | save_path, | |
$ | session_name | |||
) |
Open a session.
Implemented in DBSession.
The documentation for this interface was generated from the following file:
- gyro/core/lib/interfaces/isessionhandler.cls.php