module CGI::QueryExtension

def raw_cookie2

Get the raw RFC2965 cookies as a string.
def raw_cookie2
  env_table["HTTP_COOKIE2"]
end