in reply to Problems getting cookies

Your browser has a feature to show you all stored cookies. Does it show the test cookie after you visit the setacookie.cgi script?
Perl 6 - links to (nearly) everything that is Perl 6.

Replies are listed 'Best First'.
Re^2: Problems getting cookies
by Anonymous Monk on Oct 14, 2010 at 07:38 UTC
    Yes, the cookie appears in the 'Cookie Manager'.
      Are the domains consistent, in terms of where the set/get cookie code is being executed? My guess would be yes, if they are running on the same server, but worth checking...
        Yes, the domains consistent.
      Next step: look at the source of the generate HTML page - maybe your browser doesn't display something that's actually there.

      If that's not the case, use a network traffic analyzer like wireshark to see if the cookie is actually included on the request to the second script.

      Perl 6 - links to (nearly) everything that is Perl 6.
        There is just a link on the source page. Like there should be. Everything works perfectly in IE 6.0.