Flowdock
method

set_session

Importance_0
v3.2.13 - Show latest stable - 0 notes - Class: ActionDispatch::Session::CookieStore
set_session(env, sid, session_data, options) private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actionpack/lib/action_dispatch/middleware/session/cookie_store.rb, line 58
      def set_session(env, sid, session_data, options)
        session_data.merge!("session_id" => sid)
      end
Register or log in to add new notes.