session逾期iframe里出现嵌套登录界面

session过期iframe里出现嵌套登录界面在你想控制跳转的页面,比如login.jsp中的head与/head之间加入以

session过期iframe里出现嵌套登录界面
在你想控制跳转的页面,比如login.jsp中的<head>与</head>之间加入以下代码:

<script language="JavaScript"> if (window != top) top.location.href = location.href; </script>