1

I want sharing of session between my 2 web application.web config of my both application have same machineKey but it is not working for sharing of session.Is there any other options?

4

1 回答 1

0

检查这个,这是可能的,但不推荐。您需要使用 sessionState SQLServer 来实现这一点。

使用 ASP.NET 会话状态服务跨应用程序共享会话

但我建议创建一个表并在其中存储值并以老式方式访问它。最终 sessionState SQLServer 也在做同样的事情。

于 2013-04-25T07:08:03.160 回答