Session time out & Session end |
| Jobi K John posted at 08-May-08 02:04 |
I am using,
<sessionState timeout="20" mode="InProc" />
and it works fine. but the following code is not executing.
void Session_End(object sender, EventArgs e) { Response.Redirect("~/SessionExpired.aspx", false); }
How can I solve it? Is it possible to fire the session time out only if the user is idle for 20 minutes?
|
|