NullSessionHandler
class NullSessionHandler implements SessionHandlerInterface (View source)
Методы
| bool | open($savePath, $sessionName) {@inheritdoc} | |
| bool | close() {@inheritdoc} | |
| string|false | read($sessionId) {@inheritdoc} | |
| bool | write($sessionId, $data) {@inheritdoc} | |
| bool | destroy($sessionId) {@inheritdoc} | |
| int|false | gc($lifetime) {@inheritdoc} |
Подробности
bool open($savePath, $sessionName)
{@inheritdoc}
bool close()
{@inheritdoc}
string|false read($sessionId)
{@inheritdoc}
bool write($sessionId, $data)
{@inheritdoc}
bool destroy($sessionId)
{@inheritdoc}
int|false gc($lifetime)
{@inheritdoc}
© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/8.x/Illuminate/Session/NullSessionHandler.html