method

inject_persistent_session_id

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

Method deprecated or moved

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

inject_persistent_session_id(data)
private

No documentation available.

# File actionpack/lib/action_controller/session/cookie_store.rb, line 214
        def inject_persistent_session_id(data)
          requires_session_id?(data) ? { :session_id => generate_sid } : {}
        end