A
Andrew Chung
Hi all,
For an application that I'm working on, upon successful
authentication, Session.Timeout is set to 60 minutes. This behaviour
works as expected on my own machine. If I refresh a page after 40
minutes of inactivity, it remains, but after 61 minutes, it expires
and I am sent back to the login page.
However, once this code is put on the Production server, the sessions
time out after only 20 minutes, even though the code sets it to 60.
What could be causing this? The application is compiled before being
put on Production, in case that matters.
Thanks.
For an application that I'm working on, upon successful
authentication, Session.Timeout is set to 60 minutes. This behaviour
works as expected on my own machine. If I refresh a page after 40
minutes of inactivity, it remains, but after 61 minutes, it expires
and I am sent back to the login page.
However, once this code is put on the Production server, the sessions
time out after only 20 minutes, even though the code sets it to 60.
What could be causing this? The application is compiled before being
put on Production, in case that matters.
Thanks.