会话在 Firefox 中的通用处理程序 .ashx 中不起作用
我创建了实现 IRequiresSessionState 的 .ashx,因此我可以在该 ashx 中创建会话变量,它在 IE 中工作,但在 Firefox 中不起作用。 当从其他页面访问此会话变量时,它为 NULL。
有什么想法吗?谢谢。
I have created .ashx which implemented IRequiresSessionState, so I can create session variables in that ashx, it worked in IE, but doesn't work in Firefox.
When access this session variable from other pages it's NULL.
any idea? thx.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
也许您不允许 Firefox 中的 cookie。检查一下!如果您不想启用 cookie,请启用无 cookie 会话。
Perhaps you don't allow cookies in Firefox. Check that! If you don't want to enable cookies, enable the cookieless session.
在 web.config 中启用 cookie
Make cookies enabled in web.config