instance method session_store

Ruby on Rails 2.2.3

Since v2.2.3 Last seen in v2.3.18

Available in: v2.2.3 v2.3.18

Signature

session_store()

Returns the session store class currently used.

Source
# File actionpack/lib/action_controller/session_management.rb, line 30
      def session_store
        ActionController::CgiRequest::DEFAULT_SESSION_OPTIONS[:database_manager]
      end

Defined in actionpack/lib/action_controller/session_management.rb line 30 · View on GitHub · Improve this page · Find usages on GitHub

Defined in ActionController::SessionManagement::ClassMethods

Type at least 2 characters to search.

↑↓ navigate · open · esc close