i want to page redirected to the page 1 but never do an actions there. suppose user make any changes on the page 1 the page redirected to the log out page
<script language="JavaScript" type="text/javascript"> window.history.forward();</script>
Session[“PageName”] = “some value”;