Session失效,从IFRAME跳转到别的页面问题
在login页面加上以下代码:
<script type="text/javascript">if(top != self) {if(top.location != self.location) {top.location = self.location;}}</script>
一个数据库方面的博客
http://www.cnblogs.com/xiachufeng/
发布时间: 2012-07-24 17:47:58 作者: rapoo
Session失效,从IFRAME跳转到别的页面问题
在login页面加上以下代码:
<script type="text/javascript">if(top != self) {if(top.location != self.location) {top.location = self.location;}}</script>