A
Astrix
Hi,
I am working on a problem w.r.t session.timeout
I have a code to redirect to this new page after 20 seconds.
Response.AppendHeader("Refresh", Convert.ToString((Session.Timeout *
60) - 1180) +"; URL=index.aspx");
Once the initial page is loaded, i start pressing "F5" to refresh the
page.
It was my understanding that the session.timeout will start after i
clicked the last "F5". But it appears as thou this is not the case the
page will get redirected to Index.aspx after 20 seconds from intial
load.
My objective is to get the session.timeout timer after the last page
refresh is done.
Thanks
Astix.
I am working on a problem w.r.t session.timeout
I have a code to redirect to this new page after 20 seconds.
Response.AppendHeader("Refresh", Convert.ToString((Session.Timeout *
60) - 1180) +"; URL=index.aspx");
Once the initial page is loaded, i start pressing "F5" to refresh the
page.
It was my understanding that the session.timeout will start after i
clicked the last "F5". But it appears as thou this is not the case the
page will get redirected to Index.aspx after 20 seconds from intial
load.
My objective is to get the session.timeout timer after the last page
refresh is done.
Thanks
Astix.