Mike, Thx for your response.
I am actually accessing it through https and still have the same problem. I tried putting things in either .htaccess or httpd.conf, but that doesn't seem to help either. Any other idea what might be wrong here? thx again for ur help // Jian Michael Schout ([EMAIL PROTECTED]) [020515 09:11]: > Jian Zhen wrote: > > Hi all, > > > > I have been scratching my head for a day now trying to figure > > out how to make AuthCookie work. > > I note that you have > PerlSetVar WhatEverSecure 1 > > in your config. If that is the case, make sure you are accessing > the from using HTTPS, not HTTP. This has been a common cause of this > behaviour. With WhatEverSecure 1, the cookie will only be returned to > the server on an SSL connection, but not a plain HTTP connection. I > probably should document this better in the POD docs... > > Mike