简体   繁体   English

Internet Explorer-丢失HttpSessionState

[英]Internet Explorer - losing HttpSessionState

I have an intranet website. 我有一个Intranet网站。 Within this is some code which stores a few variables within an HttpSessionState object. 在其中的一些代码在HttpSessionState对象中存储了一些变量。 For all but one user this works. 对于除一个用户以外的所有用户,此方法均有效。 However for reasons unknown, on this one person's machine, it doesn't appear to be saving it. 但是由于未知的原因,在这个人的机器上,它似乎没有保存。

The reason I know this is that basically its an asp.net wizard. 我知道这的原因是基本上它是一个asp.net向导。 On step 1 the user makes a selection and that gets stored. 在步骤1中,用户进行选择并存储选择。 When attempting to move to the next step, the session gets checked for a valid value. 尝试进行下一步时,将检查会话的有效值。 In this case, the user is making the selection but it never gets remembered. 在这种情况下,用户正在做出选择,但它永远不会被记住。

Very odd as it should be a standard build. 非常奇怪,因为它应该是标准版本。 I also see the same problem whether IE or Chrome. 我也看到同样的问题,无论是IE还是Chrome。

Any high level things I could check to help diagnose? 我可以检查以帮助诊断的任何高级内容吗?

Thanks. 谢谢。

If they have their browser privacy settings set to a high level this could prevent the session cookie from being accepted. 如果他们的浏览器隐私设置设置为较高级别,则可能会阻止会话cookie被接受。 Just a stab in the dark. 只是在黑暗中刺伤。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM