Class | Rack::Session::Abstract::ID |
In: |
lib/rack/session/abstract/id.rb
|
Parent: | Object |
ID sets up a basic framework for implementing an id based sessioning service. Cookies sent to the client for maintaining sessions will only contain an id reference. Only get_session and set_session should need to be overwritten.
All parameters are optional.
DEFAULT_OPTIONS | = | { :key => 'rack.session', :path => '/', :domain => nil, :expire_after => nil, :secure => false, :httponly => true, :sidbits => 128 |
key | [R] |