http://qs321.pair.com?node_id=333021


in reply to Re: cookie retrieval problem
in thread cookie retrieval problem

I find that working with Mozilla gives me the flexibility that I need when debugging cookie related issues. Just set your preferences to 'always ask' about cookies so that you can watch the cookie setting process. There is also an addin that allows you to watch the HTTP headers (I forget what it's called but I am sure that another monk will help out).

it's called live HTTP headers and it rocks.

Replies are listed 'Best First'.
Re: cookie retrieval problem
by b10m (Vicar) on Mar 01, 2004 at 19:47 UTC

    Besides Live HTTP Headers there is also a nice extension called Web Developer, which has a "Cookie information" function that will show you *tada* Cookie information. Might be helpful here too.

    --
    b10m

    All code is usually tested, but rarely trusted.