class StorageIdentifier (View source)

internal  
 

The StorageIdentifier is used by the SessionKeyValueStore to write / retrieve th values for the given session. The StorageIdentifier is a secret of the server session and is never exposed to the outside. The StorageIdentifier stays the same if a Session gets a new SessionIdentifier (renewId).

Methods

createFromString(string $value)

No description

createRandom()

No description

bool
equals(StorageIdentifier $other)

No description

Details

static StorageIdentifier createFromString(string $value)

No description

Parameters

string $value

Return Value

StorageIdentifier

static StorageIdentifier createRandom()

No description

Return Value

StorageIdentifier

Exceptions

Exception

bool equals(StorageIdentifier $other)

No description

Parameters

StorageIdentifier $other

Return Value

bool