On this page
NullSessionHandler
class NullSessionHandler implements SessionHandlerInterface (View source)
Methods
bool | open($savePath, $sessionName) {@inheritdoc} |
|
bool | close() {@inheritdoc} |
|
string | read($sessionId) {@inheritdoc} |
|
bool | write($sessionId, $data) {@inheritdoc} |
|
bool | destroy($sessionId) {@inheritdoc} |
|
int | gc($lifetime) {@inheritdoc} |
Details
bool open($savePath, $sessionName)
{@inheritdoc}
bool close()
{@inheritdoc}
string read($sessionId)
{@inheritdoc}
bool write($sessionId, $data)
{@inheritdoc}
bool destroy($sessionId)
{@inheritdoc}
int gc($lifetime)
{@inheritdoc}
© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/10.x/Illuminate/Session/NullSessionHandler.html