Class: ActionDispatch::Session::AbstractSecureStore
- Inherits:
 - 
      Rack::Session::Abstract::PersistedSecure
      
        
- Object
 - Rack::Session::Abstract::PersistedSecure
 - ActionDispatch::Session::AbstractSecureStore
 
 
- Includes:
 - Compatibility, SessionObject, StaleSessionCheck
 
- Defined in:
 - lib/action_dispatch/middleware/session/abstract_store.rb
 
Direct Known Subclasses
Instance Method Summary collapse
Methods included from SessionObject
#commit_session, #loaded_session?, #prepare_session
Methods included from StaleSessionCheck
#extract_session_id, #load_session, #stale_session_check!
Methods included from Compatibility
Instance Method Details
#generate_sid ⇒ Object
      100 101 102  | 
    
      # File 'lib/action_dispatch/middleware/session/abstract_store.rb', line 100 def generate_sid Rack::Session::SessionId.new(super) end  |