class

ActionDispatch::Session::AbstractStore

v3.0.0 - Show latest stable - Superclass: Object

No documentation available for this class.

Constants

DEFAULT_OPTIONS = { :key => '_session_id', :path => '/', :domain => nil, :expire_after => nil, :secure => false, :httponly => true, :cookie_only => true

ENV_SESSION_KEY = 'rack.session'.freeze

ENV_SESSION_OPTIONS_KEY = 'rack.session.options'.freeze

Files

  • actionpack/lib/action_dispatch/middleware/session/abstract_store.rb

Nested classes and modules