ad this script on ur page to prevent user moving back tot he previous visted page:
<script language="javascript">
window.history.forward();
</script>
and restrict caching of the pages that only member can access:
Response.Expires = -1
Response.AddHeader "pragma", "no-cache"
Response.CacheContr ol = "no-cache"
write this code in page_load
Regards,
Rashida Jabeen
http://www.akaas.net