
Public Member Functions | |
| initialize () | |
| Called at the start of a script to initialize a session. | |
| shutdown () | |
| Called at the end of a script to allow cleaning up. | |
| getCurrentSession () | |
| Provides the current session. | |
Definition at line 6 of file ISessionManager.interface.php.
| spunQ_ISessionManager::getCurrentSession | ( | ) |
Provides the current session.
Implemented in spunQ_DelayedSessionManager, and spunQ_PhpSessionManager.
| spunQ_ISessionManager::initialize | ( | ) |
Called at the start of a script to initialize a session.
Implemented in spunQ_DelayedSessionManager, and spunQ_PhpSessionManager.
| spunQ_ISessionManager::shutdown | ( | ) |
Called at the end of a script to allow cleaning up.
Implemented in spunQ_DelayedSessionManager, and spunQ_PhpSessionManager.
1.5.9