Creates a new session.
Creates a new Session object which sources its contents from this store.
Terminates the given session.
Returns the value for a given session key.
Determines if a certain session key is set.
Iterates all keys stored in the given session.
Opens an existing session.
Removes a key from a session
Sets a name/value pair for a given session.
Returns the internal type used for storing session keys.
Interface for a basic session store.
A session store is responsible for storing the id and the associated key/value pairs of a session.