Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: Cookies not deleting

by defyance (Curate)
on Nov 02, 2002 at 06:50 UTC ( [id://209913]=note: print w/replies, xml ) Need Help??


in reply to Cookies not deleting

Sometimes, the answer is right under your nose.

Love that search bar!

my $cookie = cookie( -NAME => "Matrix", -VALUE => "", -EXPIRES => "-1d", -PATH => "/", ); print header(-COOKIE => $cookie, -COOKIE => $cookie, );
UPDATE:Meant to add revised code.
UPDATE2:Fixed Syntax Error. Nice Catch LTjake!

-- Can't never could do anything, so give me and inch, I'll make it a mile.

Log In?
Username:
Password:

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

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

    No recent polls found