Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re: Removing cookies

by blaze (Friar)
on Jun 30, 2003 at 21:27 UTC ( [id://270335]=note: print w/replies, xml ) Need Help??


in reply to Removing cookies

from CGI::Cookie docs (in case you dont know all the names of the cookies)
%cookies = fetch CGI::Cookie; foreach (keys %cookies) { do_something($cookies{$_}); }

-Robert

Hopefully there will be a witty sig here at some point

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://270335]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (4)
As of 2024-04-24 13:03 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found