我正面临着IE8浏览器的问题。以下是工作流程
User clicks on login in the site ->
Taken to the intranet portal to login (SSO) ->
User logs in successfully and gets back to the site ->
After few seconds, the session expires and user gets logged out on the next request.
我无法在所有IE8浏览器中找到它。我希望应该有一些安全/隐私/高级设置来控制它。
非常感谢任何帮助!
答案 0 :(得分:0)
这可能是时钟设置和时区的问题吗?也许到期时间是通过客户端上的javascript计算的,然后在服务器上检查时间?如果客户端和服务器时钟不同,您可能会看到这种问题。还要注意一些系统以毫秒为单位给出时间戳。