Thanks isotope. very handy.
One question though... How can you get the
"path" and "expiration" from a cookie?
Are they even sent down with a request?
They don't show up even with
CGI::raw_cookie.
path and expiration are used internally by the browser. They are not transmitted to the server. Only the name/value pair for each cookie is actually sent to the server.