raxx_session v0.2.4 Raxx.Session.EncryptedCookie
Store the session in an encrypted cookie.
This module is not normally used directly.
Instead see Raxx.Session
and use this module as the :store
option.
Options
:secret_key_base
- used to generate the signing key:signing_salt
- a salt used withsecret_key_base
to generate a signing_secret.:encryption_salt
- a salt used withsecret_key_base
to generate a encryption_secret.
Link to this section Summary
Link to this section Functions
Link to this function
config(options)
Link to this function
fetch(session_string, config)
Link to this function