Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
会话在 uploadify 插件中不起作用...
编辑...
@marcgg 当我尝试使用uploadify插件上传图片时..我的会话在后端无法正常工作..老板我还能说什么..我应该发布我从uploadify插件获得的默认代码...
Flash 不会从浏览器转发 cookie,因此 $_SESSION 将无法正常工作。(当您 require_once 会话文件时,代码很可能会失败。)
总结一下这个概念:
这也将工作..
'scriptData': {'ts' : <?= time() ?>}