By syedz on
So basically I'm implementing webserver auth into another module that I created, because my employer wants everything to be administered from one module. Which is fine because I have everything working as planned, expect for quite possibly only one thing. Drupal logins me back in when I logout. Not to sure why this is happening, but any help would be appreciated.
Thanks,
Zee
Comments
$user->uid = 1 ?
Check your module to see that you did not make this little mistake
I do it all the time
Instead of checking a value ($user->uid == 1) I sometimes assign it ($user->uid = 1).
Can be ugly.
:)
I think you have mozilla and
I think you have mozilla and you checked to automatically store the password.
Then when you logout, you are redirected to homepage.
Mozilla will logs you back.