class SessionIdentifier (View source)

internal  
 

The session identifier that in a string form is written in the session cookie and identifies a SessionMetadata object from the SessionMetaDataStore that represents a stored session without the key value store.

Methods

createFromString(string $value)

No description

createRandom()

No description

bool
equals(SessionIdentifier $other)

No description

Details

static SessionIdentifier createFromString(string $value)

No description

Parameters

string $value

Return Value

SessionIdentifier

static SessionIdentifier createRandom()

No description

Return Value

SessionIdentifier

Exceptions

Exception

bool equals(SessionIdentifier $other)

No description

Parameters

SessionIdentifier $other

Return Value

bool