![]() |
![]()
| ![]() |
![]()
NAMEPlack::Middleware::Session::Cookie - Session middleware that saves session data in the cookie SYNOPSISenable 'Session::Cookie', session_key => 'my_session', expires => 3600, # 1 hour secret => 'top-secret' ; DESCRIPTIONThis middleware component allows you to use the cookie as a sole cookie state and store, without any server side storage to do the session management. This middleware utilizes its own state and store automatically for you, so you can't override the objects. CONFIGURATIONSThis middleware is a subclass of Plack::Middleware::Session and accepts most configuration of the parent class. In addition, following options are accepted.
AUTHORTatsuhiko Miyagawa SEE ALSORack::Session::Cookie <http://www.rubydoc.info/github/rack/rack/Rack/Session/Cookie> Dancer::Session::Cookie
|