Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: cookie problem

by perlknight (Pilgrim)
on Apr 29, 2002 at 15:43 UTC ( [id://162844]=note: print w/replies, xml ) Need Help??


in reply to cookie problem

All, thanks for your help and since we're on the subject of cookie, then how do I clear the cookie? I noticed I can reset the cookie by just leaving the name/value to nothing or just by setting the expires date to expires? What would be the proper way of doing it? Thanks.

Replies are listed 'Best First'.
(Kozz): Re: deleting cookies
by Kozz (Friar) on Apr 29, 2002 at 20:25 UTC
    To delete a cookie, set the cookie again with ALL the same parameters used to set it initially, including the same cookie name, path, domain, "secure" flag (if any of these were used), and an expiration date in the past. That should do the trick.

    But again, as someone else pointed out, this is also well-documented in the RFC. Or you can use the CGI.pm implementation to witness yourself what the cookie looks like when being deleted (i.e. re-set with exp. date in the past).

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (None)
    As of 2024-04-25 01:03 GMT
    Sections?
    Information?
    Find Nodes?
    Leftovers?
      Voting Booth?

      No recent polls found