A
Astrix
Hi,
I have been working with Sessions for some weeks now, but i can't seem
to solve this issue. Please have a look ..
void Page_Load(Object sender, EventArgs e)
{
//BLAH BLAH
Response.AppendHeader("Refresh", Convert.ToString((Session.Timeout *
60) - 1180) +"; URL=index.aspx");
//BLAH BLAH
}
I have set the Refresh to 20 seconds.. Although I refreshed this page
a number of times, the page gets automatically redirected after 20
seconds no matter how many times i refreshed the page in between ?
Any help will be appriciated..
Thankyou,
Astrix
I have been working with Sessions for some weeks now, but i can't seem
to solve this issue. Please have a look ..
void Page_Load(Object sender, EventArgs e)
{
//BLAH BLAH
Response.AppendHeader("Refresh", Convert.ToString((Session.Timeout *
60) - 1180) +"; URL=index.aspx");
//BLAH BLAH
}
I have set the Refresh to 20 seconds.. Although I refreshed this page
a number of times, the page gets automatically redirected after 20
seconds no matter how many times i refreshed the page in between ?
Any help will be appriciated..
Thankyou,
Astrix