This method is deprecated or moved on the latest stable version. The last existing version (v2.2.1) is shown here.
read_cookie()
Read the session data cookie.
# File actionpack/lib/action_controller/session/cookie_store.rb, line 153 def read_cookie @session.cgi.cookies[@cookie_options['name']].first end