T
ton
Hi,
when the sessionstate timeouts, I want to redirect to a logon page. The
problem is that because there are a lot of controls where the user can push
on I have to check the expreid sessionstate for each procedure. In the page
load event I allready used the
Response.Redirect("logon.aspx", False)
but (code behind of) the menu which was clicked by the user will executed.
Is there a way to avoid checking this for every possible function the user
is calling?
Ton
when the sessionstate timeouts, I want to redirect to a logon page. The
problem is that because there are a lot of controls where the user can push
on I have to check the expreid sessionstate for each procedure. In the page
load event I allready used the
Response.Redirect("logon.aspx", False)
but (code behind of) the menu which was clicked by the user will executed.
Is there a way to avoid checking this for every possible function the user
is calling?
Ton