SessionStorageInterface
SessionStorageInterface
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 $
|