G
Glenn
I am working on a phased migration of a large ASP app to
ASP.NET using .NET Framework 1.1.
There is a strict 15 minute no activity logout for this
app, which obviously correlates to a session timeout.
However, I am having trouble synchronising the timeout in
ASP.NET and ASP. For instance, if a user is working for
16 minutes within the ASP.NET portion of the site, then
navigates to ASP functionality a timeout is triggered and
the user is automatically logged out.
I'm sure that I'm not the first to have encountered this,
is there a common technique used to overcome this problem?
Any assistance here would be greatly appreciated.
Thanks,
Glenn.
ASP.NET using .NET Framework 1.1.
There is a strict 15 minute no activity logout for this
app, which obviously correlates to a session timeout.
However, I am having trouble synchronising the timeout in
ASP.NET and ASP. For instance, if a user is working for
16 minutes within the ASP.NET portion of the site, then
navigates to ASP functionality a timeout is triggered and
the user is automatically logged out.
I'm sure that I'm not the first to have encountered this,
is there a common technique used to overcome this problem?
Any assistance here would be greatly appreciated.
Thanks,
Glenn.