ASP.NET网站的会话问题
我有一个asp.net网站,其中没有实现会话的地方。
但是当我在生产服务器中部署后访问网站时,我可以看到会话超时...
我检查了 web.config 文件中的会话条目...并在代码中搜索了会话...
我找不到该条目...
现在我想在会话超时时放置一个消息框..如何做到这一点..请帮助!
I have an asp.net website, where there is no where session is implemented.
But i could see the session is timing out when i take the website after deploying in the production server ...
i checked the session entries in the web.config file... and searched session in the code..
nowhere i find the entry...
now i want to put a message box while session timeout ..how to do this..please help!!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
你可以在你的 web.config 中检查这个并增加时间...
还要检查你的 sessionStatemode...
you could check this in your web.config and increase time...
also check your sessionStatemode...
将其放入您的 aspx html 代码中
Put this in your aspx html code