I have used a sniffer and no cookie is being sent! Man this is frustrating!



-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
Behalf Of Dzuy Nguyen
Sent: Monday, September 03, 2001 9:00 PM
To: [EMAIL PROTECTED]
Subject: Re: AuthCookie Woes!


Chris Lavin wrote:

> It does NOT seem to be being presented to my browser. I am utterly
confused
> by this. I have really debugged the code and it thinks that it is
> instructing apache to send the cookie, but my browser never receives it.
>
> Thanx
>
> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
> Behalf Of Dzuy Nguyen
> Sent: Monday, September 03, 2001 11:56 AM
> To: [EMAIL PROTECTED]
> Subject: Re: AuthCookie Woes!
>
> Chris Lavin wrote:
>
> >  I need help with Apache::Authcookie It does not seem to be sending
> > the cookie to the Browser. For those of you familiar with AuthCookie
> > PLEASE Help. I have heard of oddities with IE so I tried Netscape and
> > no differnce. AuthXCookie uses error_header_out to send
> > cookie..ThanxChris
>
> I'm pretty sure AuhthCookie sends the cookie to the browser.  Whether
> the browser accepts it or presents
> it to the server is another matter.  You can check the browser's cookie
> file to see if your cookie is in there
> (if your cookie has an expiration date).  Make sure you set the cookie
> domain correctly.  Normally the
> cookie is instructed to present the cookie to the server whose domain is
> as specified in the cookie.

You can look into the HTTP header and see if there is a Set-Cookie: line
there.  To see whether the
browser is sent a cookie, I'd suggest you tell the browser to warn you
before
accepting the cookie or
better yet, get a http sniffer or write an http client and see it for
yourself.


Reply via email to