destroy($sessionId) {@inheritdoc} Parameters
setName(string $name) Sets the session name.
bool start() Starts the session. Return
write($sessionId, $data) {@inheritdoc} Parameters
bool has(string $name) Checks if an attribute is defined.
array all() Gets and clears flashes from the stack.
mixed getName() Returns the session name.
string getName() Gets the session name.
array keys() Returns a list of all defined types.
bool invalidate(int $lifetime = null) Invalidates the current session. Clears all session
Page 14 of 23