class ActionDispatch::Session::CookieStore

def get_cookie(req)

def get_cookie(req)
  cookie_jar(req)[@key]
end