session过期跳转到登陆页面并跳出iframe框架
在登录页面中嵌入下面的js代码 <script language="JavaScript"> if (window != top) top.location.href = location.href; </script>