Hi!

I'm still trying to find out why my login script doesn't work. I tinkered 
around a bit and found out that if I remove 

      if ($GLOBALS['nemein_auth_user']->password == $password)

auth_login_remember() works like it should. It logs me in and sets the 
NemeinAuthRemember cookie. The problem is when I try to read the cookie with 
auth_by_cookies_remember(), it fails at this line

        if ($server_hash == $nemein_auth[cookie_hash])     

i.e. the two hashes are not identical. Is there anything I can do to make it 
work?

Bye,

Andreas


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to