class Amber::Router::Session::CookieStore
Overview
This is the default Cookie Store
Defined in:
amber/router/session/cookie_store.crConstructors
Class Method Summary
Instance Method Summary
- #changed?
 - #current_session
 - #destroy
 - #expires : Int32
 - #expires=(expires : Int32)
 - #expires_at
 - #id
 - #key : String
 - #key=(key : String)
 - #session : SessionHash
 - #session=(session : SessionHash)
 - #set_session
 - #store : Amber::Router::Cookies::SignedStore | Amber::Router::Cookies::EncryptedStore
 - #store=(store : Amber::Router::Cookies::SignedStore | Amber::Router::Cookies::EncryptedStore)
 - #update(hash : Hash(String | Symbol, String))