Flowdock
extract_session_id(env) public

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/abstract_store.rb, line 46
      def extract_session_id(env)
        stale_session_check! { super }
      end
Register or log in to add new notes.