Hi,
Lets see if you can sort this one out?
I have a problem where my live web site is not persisiting the login cookie. It is working on my development PC.
The live cookie seems expire when the session timeout ends.
The code is the same for live and dev.
Should the cookie that gets created when I logon to both sites on my PC be the same name, or will .NET have seperate cookies???
I am using this code
As I say the dev system seems to persist.
Any ideas?
Lets see if you can sort this one out?
I have a problem where my live web site is not persisiting the login cookie. It is working on my development PC.
The live cookie seems expire when the session timeout ends.
The code is the same for live and dev.
Should the cookie that gets created when I logon to both sites on my PC be the same name, or will .NET have seperate cookies???
I am using this code
Code:
FormsAuthentication.RedirectFromLoginPage(acc.UserEmail, chkPersist.Checked)
As I say the dev system seems to persist.
Any ideas?