class Illuminate / Session / FileSessionHandler
You are viewing an older version of the documentation. For the latest, please visit master documentation.

FileSessionHandler

Implements

Properties

protected

$files Filesystem

The filesystem instance.

Default: null
protected

$path string

The path where sessions should be stored.

Default: null
protected

$minutes int

The number of minutes the session should be valid.

Default: null

Methods

public

__construct ( Filesystem $files , $path , $minutes ) : void

Create a new file driven handler instance.

Parameters

public

open ( $savePath , $sessionName ) : bool

{@inheritdoc}

public

close ( ) : bool

{@inheritdoc}

public

read ( $sessionId ) : string|false

{@inheritdoc}

public

write ( $sessionId , $data ) : bool

{@inheritdoc}

public

destroy ( $sessionId ) : bool

{@inheritdoc}

public

gc ( $lifetime ) : int|false

{@inheritdoc}