会话变量在 iFrame asp.net 中丢失
我有在 EditPlaylist.aspx 中创建的会话变量。 Edit.aspx 正在 iframe 中加载 EditPlaylist.aspx。
从 EditPlaylist.aspx 页面加载会话时,它们为空。
该会话不是在我将 EditPlaylist.aspx 添加到 iFrame 之前进行的。有解决方法吗?
I have session variable that is created in EditPlaylist.aspx. Edit.aspx is loading EditPlaylist.aspx in an iframe.
when loading sessions from EditPlaylist.aspx page they are null.
the session was not before I added the EditPlaylist.aspx to an iFrame. Is there a workaround for this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果它在 IIS 下运行,您有多少个工作进程?
如果超过 1 - 您必须在所有实例上共享您的会话。
If its running under IIS , how many workers processes do you have ?
if more than 1 - you have to share your session over all instances .