class Crack::Handler::Session
- Crack::Handler::Session
- Crack::Handler::Base
- Reference
- Object
Overview
The session handler provides a cookie based session. The handler will encode and decode the cookie and provide the hash in the context that can be used to maintain data across requests.
Defined in:
crack/session.crConstructors
Class Method Summary
-
.instance
class method to return a singleton instance of this Controller
Instance Method Summary
-
#call(context)
Execution of this handler.
- #key : String
- #key=(key : String)
- #secret : String
- #secret=(secret : String)