class ActionDispatch::Session::AbstractSecureStore
Inherits From
-
class
Rack::
Session:: Abstract:: PersistedSecure -
module
ActionDispatch::
Session:: Compatibility -
module
ActionDispatch::
Session:: StaleSessionCheck
Public instance methods
Source code GitHub
# File actionpack/lib/action_dispatch/middleware/session/abstract_store.rb, line 102
def generate_sid
Rack::Session::SessionId.new(super)
end