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

CookieSessionHandler

Implements

Uses

Properties

protected

The cookie jar instance.

Default: null
protected

$request Symfony\...\Request

The request instance.

Default: null
protected

$minutes int

The number of minutes the session should be valid.

Default: null

Methods

public

__construct ( QueueingFactory $cookie , $minutes ) : void

Create a new cookie 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}

public

setRequest ( Symfony\...\Request $request ) : void

Set the request instance.

Parameters

  • $request Symfony\...\Request