Hi all,
Iam using form authentication in sp.net 1.1
Iam setting the persistent cookie to true in the following code.
FormsAuthentication.SetAuthCookie(Id.ToString(),chkremember.Checked);
But then too remember me is not working.
If i open the application again then the startup login page is opened.
Can anyone help me in this
Thanks