判断不了, 你可以在页面加载的时候清除老 session 赋新 session

解决方案 »

  1.   

    <html><head>
    <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
    <title>back</title>
    </head><body onload="isBack()">
    <input type=hidden name=isBackInput value=0>
    <a href="http://www.google.com">Google</a>
    </body></html>
    <script>
    function isBack()
    {
    if(isBackInput.value==1) alert("通过Back到本页");
    isBackInput.value=1;
    }
    </script>
      

  2.   

    http://search.csdn.net/expert/topic/52/5202/2002/8/16/946002.htm