class
Illuminate
/
Session
/
NullSessionHandler
You're browsing the documentation for an upcoming version of Laravel. The documentation and features of this release are subject to change.
NullSessionHandler
Implements
Methods
public
open ( $savePath , $sessionName ) : bool
{@inheritdoc}
public
close ( ) : bool
{@inheritdoc}
public
read ( $sessionId ) : string
{@inheritdoc}
public
write ( $sessionId , $data ) : bool
{@inheritdoc}
public
destroy ( $sessionId ) : bool
{@inheritdoc}
public
gc ( $lifetime ) : int
{@inheritdoc}