G
Guest
I'm using ASP.NEt 2.0.
I use the session to save important information about the user current
session (for example the current project he is working on).
I use those variables in almost every web page in the application.
When a user session times out, I want to be able to make the user to relogin
and continue working with the application.
1. Is there easy way to catch an even just before the session times out? Or
to prelong a session (so I want lose all the variables stored there?)
2. What's the recommended way to deliver the user to the login page and than
bring him back to where he stopped using the application?
I use the session to save important information about the user current
session (for example the current project he is working on).
I use those variables in almost every web page in the application.
When a user session times out, I want to be able to make the user to relogin
and continue working with the application.
1. Is there easy way to catch an even just before the session times out? Or
to prelong a session (so I want lose all the variables stored there?)
2. What's the recommended way to deliver the user to the login page and than
bring him back to where he stopped using the application?