Interfaces
Classes
Session
Class for managing HTTP sessions
Provides access to session-state values as well as session-level settings and lifetime management methods.
Based on the standard PHP session handling mechanism it provides more advanced features such as expire timeouts.
« More » Classes
Classes
CreateSessionTableException
Exception thrown when the database session table cannot be created
UnsupportedDatabaseDriverException
Exception thrown when the database driver is unsupported
Classes
Classes
RuntimeStorage
Session storage object that stores objects in Runtime memory. This is designed for use in CLI Apps, including unit testing applications in PHPUnit.