G
Guest
Hi all,
Q1: When running my aspx application in IE, I noticed that the user is still
able to assess the system after the session cookies has expired by clicking
on the BACK AND FORWARD buttons on the browser. I guess this is because the
page is cached by the brower. Is there anyway of preventing this from
happening ? Is it possible to redirect the page to NoAccessAllowed.aspx if
the user clicks the BACK browser button after the session has expired ?
Q2: I was thinking of AUTOMATICALLY redirecting my page ( after the session
has expired) to another page ie. NoAccessAllowed.aspx. Is there a way I can
do this AUTOMATICALLY ?
TIA,
Andrew.
Q1: When running my aspx application in IE, I noticed that the user is still
able to assess the system after the session cookies has expired by clicking
on the BACK AND FORWARD buttons on the browser. I guess this is because the
page is cached by the brower. Is there anyway of preventing this from
happening ? Is it possible to redirect the page to NoAccessAllowed.aspx if
the user clicks the BACK browser button after the session has expired ?
Q2: I was thinking of AUTOMATICALLY redirecting my page ( after the session
has expired) to another page ie. NoAccessAllowed.aspx. Is there a way I can
do this AUTOMATICALLY ?
TIA,
Andrew.