in reply to Cookie Maker

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.

Replies are listed 'Best First'.
RE: RE: Cookie Maker
by isotope (Deacon) on Oct 17, 2000 at 19:43 UTC
    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.

    --isotope
    http://www.skylab.org/~isotope/