分享会话价值 [英] share a session value

查看:73
本文介绍了分享会话价值的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

向所有人致敬
如何将一个会话值共享给另一个项目,我的一个项目包含asp页面,其他项目包含aspx页面,这两个项目都是通过虚拟目录连接的,我想在aspx页面中共享asp页面会话值,我该怎么做

请帮助我

在此先感谢

Hii to All
How to share a session value one project to other project, my one project contain asp page and other project contain aspx page, these both project are connected through virtual directory, i want to share asp page session value in aspx page how i do this

plz help me

thanks in advance

推荐答案

为什么不将页面从asp更改为asp.net.试试这些:

http://msdn.microsoft.com/en-us/library/ms973813.aspx [ ^ ]

http://msdn.microsoft.com/en-us/library/dddsc60w%28v = vs.71%29.aspx [ ^ ]

希望对您有所帮助:)
Why not you change your pages to asp.net from asp. Try these:

http://msdn.microsoft.com/en-us/library/ms973813.aspx[^]

http://msdn.microsoft.com/en-us/library/dddsc60w%28v=vs.71%29.aspx[^]

hope it helps :)


您为什么要在项目之间共享会话? ASP.NET Session并非旨在做到这一点.

您始终可以使用查询字符串将信息发送到另一个项目
Why do you want to share Sessions between project? ASP.NET Session is not designed to do that.

You can always use the querystring to send information to the other project


您不能在两个应用程序之间共享会话.

很难通过一个应用程序处理到另一个应用程序的会话超时.
You cannot share a session between two applications.

it''s difficult to handle session timeout through one application to another.


这篇关于分享会话价值的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆