Home  >  Article  >  Backend Development  >  iframe弹出页面, 所有session丢失

iframe弹出页面, 所有session丢失

WBOY
WBOYOriginal
2016-06-23 13:59:541267browse

利用wbox插件弹出iframe层, 之前一直都有没有出现过问题, 但最近在程序没有做任何改动的情况下,突然有问题了, 即打开iframe, 登陆时用设置的session内容全部丢失, 我怀疑是服务器出现问题了, 但又不知道到底是哪里的问题, 有经验的请解答,谢谢!服务器是WIN2003的

使用弹出iframe代码如下

//弹出新层function listpinpai(){  var iframewbox=$("#tpinpai").wBox({		title:"选择品牌",						        	requestType: "iframe",		iframeWH:{width:800,height:450},	    target:"<?php echo site_url("/qile/pro/listpinpai");?>"   });}


回复讨论(解决方案)

如果是未作任何改动,突然出现了问题
那么请检查插件代码中是否有动态远程加载的代码

经过查看, 没有查到有加载远程, 同时下载原插件, 发现也没有更新http://www.hicode.cn/download_demo/14252/
同时, 在我本机上使用是没有任何问题的

很有可能是服务器的问题,你可以新建一个php文件。简单测试一下看session是否丢失。

最终通过 更换 贤心的Layer组件来解决了问题http://sentsin.com/jquery/layer/

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn