使用Asp.net在Asp页面中设置Session
我有一个在 ASP.NET 中创建的登录页面,现在当我成功登录到我的应用程序时,我需要将会话相关信息从我的 ASP.NET 页面传输到我的 ASP 页面,那么如何使用 ASP.NET 在 ASP 中设置我的会话信息。
问候,
I have a Login Page which is created in asp.net now when i successfully logins into my application i need to transfer session related information from my asp.net page to my asp page so how to set my session information in asp using asp.net.
Regards,
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如何在经典 ASP 和 ASP.NET 之间共享会话状态
How to share session state between classic asp and asp.net
我看到你提到想要使用状态服务器。您可以尝试 NSession,它允许使用状态服务器在 Classic ASP 和 ASP.Net 之间共享会话状态。设置非常简单,只需将应用程序配置为使用状态服务器进行会话并注册几个 dll 文件即可。
I see you mentioned wanting to use State Server. You could try NSession it allows sharing session state between Classic ASP and ASP.Net using State server. Pretty easy to setup just configure App to use State Server for session and register a couple of dll files.