Class: ActionDispatch::Session::AbstractStore
Relationships & Source Files | |
Super Chains via Extension / Inclusion / Inheritance | |
Class Chain:
self,
Rack::Session::Abstract::Persisted
|
|
Instance Chain:
|
|
Inherits: |
Rack::Session::Abstract::Persisted
|
Defined in: | actionpack/lib/action_dispatch/middleware/session/abstract_store.rb |
Instance Method Summary
Instance Method Details
#set_cookie(request, response, cookie) (private)
[ GitHub ]# File 'actionpack/lib/action_dispatch/middleware/session/abstract_store.rb', line 92
def (request, response, ) request. [key] = end