interface SessionStorageInterface
StorageInterface.
Methods
bool start() Starts the session.
bool isStarted() Checks if the session is started.
string getId() Returns the session ID.
setId(string $id) Sets the session ID.
mixed getName() Returns the session name.
setName(string $name) Sets the session name.
bool regenerate(bool $destroy = false, int $lifetime = null) Regenerates id that represents this storage.
save() Force the session to be saved and c