createTable() Creates the table to store sessions which can be called once for setup. Session
setId(string $id) Sets the session ID. Parameters
bool start() Starts the session. Return
gc($maxlifetime) {@inheritdoc} Parameters
close() {@inheritdoc}
bool isStarted() Checks if the session is started.
string getStorageKey() Gets the storage key for this bag.
registerBag(
stampNew(int $lifetime = null) Stamps a new session's metadata.
read($sessionId) {@inheritdoc} Parameters
Page 1 of 13