class NullSessionHandler implements SessionHandlerInterface (View source)
| 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} |
{@inheritdoc}
{@inheritdoc}
{@inheritdoc}
{@inheritdoc}
{@inheritdoc}
{@inheritdoc}
© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/11.x/Illuminate/Session/NullSessionHandler.html