HTTPSession::Storage(T)
Inherits HTTPSession::StorageInterface < Reference < Object
A base class for implementing storage backends.
Instance methods
Fetches the storage value for session_id.
Returns nil if no value exists.
Deletes all expired storage values, i.e. which have not been touched since time.
Fetches an entry indicated by session_id.
Returns nil if no entry exists.