Session失效,从IFRAME跳转到别的页面问题 在login页面加上以下代码:
<script type="text/javascript">if(top != self) {if(top.location != self.location) {top.location = self.location;}}</script>