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

Reply via email to