Hi
I wonder if you can help with this problem.
I am developing my ASP.NET web site with Visual Studio 2003.
When run the test site on my PC and login into it with the following code
FormsAuthentication.RedirectFromLoginPage(acc.UserEmail, True)
the test system works fine. The login persists between sessions.
But when I upload it to the Live system the login is persisting for the current session. In other words when the session times out the system does not log you on as it should as I am calling the function above with "true".
Is this something you have heard happening?
Can you provide me with some way of deciphering the problem?
Thanks in advance
Malcolm
I wonder if you can help with this problem.
I am developing my ASP.NET web site with Visual Studio 2003.
When run the test site on my PC and login into it with the following code
FormsAuthentication.RedirectFromLoginPage(acc.UserEmail, True)
the test system works fine. The login persists between sessions.
But when I upload it to the Live system the login is persisting for the current session. In other words when the session times out the system does not log you on as it should as I am calling the function above with "true".
Is this something you have heard happening?
Can you provide me with some way of deciphering the problem?
Thanks in advance
Malcolm