Search code examples
cookiescoldfusioncoldfusion-8add-on

Coldfusion cookie issue


I'm having issues deleting client cookies with the cfcookie tag, I'm setting the value to "" AND changing the expiration date to now.

But I think it's resetting the cookie in the same page that it deletes it.

Is there a application (or addon for chrome,firefox) that can tell me where it's giving me cookies?


Solution

  • There's Fiddler, an application that logs all HTTP(S) traffic between your computer and the Internet.

    1) Run Fiddler.
    2) Open your site on the browser you use.
    3) Look at the request and response headers on Fiddler. Any cookie set or delete will be there.

    Other references:
    Fiddler Can Make Debugging Easy. [September 12, 2006]
    Fiddler Proxy and HTTP Debugging Tool [December 17, 2010]