Class | ActionDispatch::Session::AbstractStore |
In: |
lib/action_dispatch/middleware/session/abstract_store.rb
|
Parent: | Object |
ENV_SESSION_KEY | = | 'rack.session'.freeze |
ENV_SESSION_OPTIONS_KEY | = | 'rack.session.options'.freeze |
DEFAULT_OPTIONS | = | { :key => '_session_id', :path => '/', :domain => nil, :expire_after => nil, :secure => false, :httponly => true, :cookie_only => true |