G
Guest
I have a login page and after validating user credentials I set the
FormsAuthentication.SetAuthCookie(username,false);
and then redirect the user to a different page.
This works often but some times it doesn't work. I checked the cookies for
the sessions when it fails and the resulting page shows .ASPXAUTH cookie
missing.
Whats going on? I have no clue
Any help.
FormsAuthentication.SetAuthCookie(username,false);
and then redirect the user to a different page.
This works often but some times it doesn't work. I checked the cookies for
the sessions when it fails and the resulting page shows .ASPXAUTH cookie
missing.
Whats going on? I have no clue
Any help.