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