Method: ActionDispatch::Request::Session::Options.set
- Defined in:
- actionpack/lib/action_dispatch/request/session.rb
.set(req, options) ⇒ Object
48 49 50 |
# File 'actionpack/lib/action_dispatch/request/session.rb', line 48 def self.set(req, ) req.set_header ENV_SESSION_OPTIONS_KEY, end |