Yes. I checked that and the browser is sending the cookie. I used
IEHTTPHeaders for it.
Does it have anything to do with the PerlAuthenHandler that it does not
have the cookie at the authentication stage of the request?
Does it need anything else to be set in order to fetch the cookies?
Thanks
Sumit
Michael Peters wrote:
Sumit Shah wrote:
Hello,
I have a Mod Perl authentication handler and it needs to retrieve the
session id from a cookie. It is unable to retrieve any cookies and I get
the following error. It does not even print any of the cookies. I would
appreciate any help with this.
First thing I'd check is to make sure that the cookies are being sent by the
browser. I normally use Firefox and the LiveHTTPHeaders plugin to check that
it's sending what I think it should be sending.