【发布时间】:2011-02-15 05:00:35
【问题描述】:
现在我正在使用会话来登录用户并提取必要的信息。出于某种原因,在 Safari 上,如果用户长时间没有处于非活动状态或在未注销的情况下关闭窗口,则会出现重定向错误。如果用户在未退出的情况下关闭选项卡或窗口,我是否可以自动退出?
The page isn't redirecting properly
Firefox has detected that the server is redirecting the request for this address
in a way that will never complete.
This problem can sometimes be caused by disabling or refusing to accept
cookies.
【问题讨论】:
-
您能详细说明“重定向错误”吗?默认情况下,PHP 会话 cookie 仅对一个会话有效,这意味着它们会在浏览器关闭时被清除。