in reply to Cookie Woes

This will probably answer your question (similar, but just using CGI).

cLive ;-)

Edit kudra, 2001-10-22 Changed link to use [] syntax

Replies are listed 'Best First'.
Re: Re: Cookie Woes
by vbrtrmn (Pilgrim) on Oct 22, 2001 at 09:51 UTC
    Okay, that worked .. ONCE. What I mean is, I ran the 'login' script, which created the cookie, then i linked to a 'test' script, which asks for the cookie. The test script displayed the contents of the cookie, but after i hit reload, nothing would come back. I tried this in IE, Mozilla 0.8.1, Netscape 4.x, and Netscape 6.x. Each with the same result.
    --
    paul
      OK, one more question. You set the IP address for the cookie. When the script is called again, is it on the IP address, or on a domain name that is on that IP address?

      If the latter, then change the IP to the domain name when setting the cookie and see if that works.

      cLive ;-)

        I use the IP address through out the whole process.
        I tried as you suggested, it still comes back empty. Do you think it could be a problem with my apache server?
        --
        paul