问题描述
是否存在用于在多个域上提供持久服务器会话的.NET解决方案?
Is there a proper .NET solution for providing persistent server sessions over multiple domains?
即如果该站点的用户在www.site1.com下登录,那么他们也将在www.site2.com下登录
i.e. If a user of the site logs in under www.site1.com, they will also then be logged in under www.site2.com
安全性是我们正在开发的程序的问题...
Security is an issue with the program we are working on...
谢谢!
推荐答案
它是否需要加入会话中,或者您正在寻找一个单点登录解决方案.如果后者看一下ADFS方面的内容 http://en.m.wikipedia.org/wiki/Active_Directory_Federation_Services?wasRedirected=true
Does it need to be in the session or are you looking for a single signon solution. If the latter take a look at something along the lines of ADFShttp://en.m.wikipedia.org/wiki/Active_Directory_Federation_Services?wasRedirected=true
这篇关于跨多个域的ASP.NET会话的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!