class

ActionController::Session::AbstractStore

rails latest stable - Superclass: Object

Class deprecated or moved

This class is deprecated or moved on the latest stable version. The last existing version (v2.3.8) is shown here.

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

HTTP_COOKIE = 'HTTP_COOKIE'.freeze

SET_COOKIE = 'Set-Cookie'.freeze

Files

  • actionpack/lib/action_controller/session/abstract_store.rb

Nested classes and modules