class ActionDispatch::Session::CookieStore

def initialize(app, options={})

def initialize(app, options={})
  super(app, options.merge!(:cookie_only => true))
end