http/session/session library

Classes

JaguarMapCoder
Encrypts the Map using encrypter. Signs the Map using signer. The final result is made HTTP friendly by Base64 URL encoding.
JaguarSessionManager
A stateless cookie based session manager.
MapCoder
Codes, encrypts and signs the give Map.
Session
A per-request object containing session information of the request
SessionIo
Reads and writes session data to Context
SessionIoAuthHeader
Reads and writes session data from authorization header
SessionIoCookie
Reads and writes session data from cookies
SessionIoHeader
Reads and writes session data from cookies
SessionManager
Session manager to parse and write session data