Groups | Blog | Home
all groups > asp.net security > november 2004 >

asp.net security : Form's Authentication



Ankur Goyal
11/26/2004 3:28:49 PM
Hi !

I am using Forms authentication in my web application , but after
authenticating used it is again redirecting to Login page.....

How to resolve that issue.

Thanks
Ankur


WJ
11/26/2004 8:05:22 PM
This c# instruction may help:
FormsAuthentication.SetAuthCookie(txtLogonUserName.Text,false);

The above instruction tells the system that your login page accepts your
user as a valid user. You then redirect your user to wherever location s/he
wishes to arrive.

John


[quoted text, click to view]

AddThis Social Bookmark Button