NAME
Ado::Sessions::Database - manage sessions stored in the database
DESCRIPTION
Ado::Sessions::Database manages sessions for Ado. All data gets serialized with Mojo::JSON and stored Base64
encoded in the database. A cookie or a request parameter can be used to share the session id between the server and the user agents.
METHODS
load
Load session data from database.
store
Save session data in database.