On Thu, 30 May 2002, Hill, Ronald wrote: > Hello All, > > I am trying to setup the Apache-AuthCookie module and have run into a > problem. Every time > I try to login it just returns my back to the login screen. I can't get past > the login screen!! > (I have tried with Netscape and IE). Next I wrote a perl script to check > things out. (same thing!!) > > according to the apache log file it seems that the server is not receiving > the cookie but according > to the LWP debug information it is sending it out!! > > Does anyone have any idea what is wrong? What have I missed?
I've tried a simple example of AuthCookie on Win32, and it works, so it's not a compatibility issue in principle. One thing to check - is your login form set up in the way AuthCookie expects it (see 'perldoc Apache::AuthCookie') - username and password in parameters called 'credential_0' and 'credential_1', and also a 'destination' parameter set to the location where the user should be taken if the login is successful? best regards, randy kobes