class Sinatra::Cookies::Jar

def to_hash

def to_hash
  request_cookies.merge(response_cookies)
end