method

set_session

rails latest stable - Class: ActionDispatch::Session::CookieStore

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v4.2.9) is shown here.

set_session(env, sid, session_data, options)
private

No documentation available.

# File actionpack/lib/action_dispatch/middleware/session/cookie_store.rb, line 104
      def set_session(env, sid, session_data, options)
        session_data["session_id"] = sid
        session_data
      end