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