StorageIdentifier
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
static StorageIdentifier
createFromString(string $value)
No description
static StorageIdentifier
createRandom()
No description
bool
Details
static StorageIdentifier
createFromString(string $value)
No description
static StorageIdentifier
createRandom()
No description
bool
equals(StorageIdentifier $other)
No description