Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有谁知道如何将 vbulletin 论坛用户与其拥有自己的用户和登录名的现有 .net 站点集成,并维护两个站点之间的会话,因此当用户登录时,他在浏览论坛时保持登录状态?
在过去,我已经实现了不同系统之间的用户集成,这些系统共享一个带有一些加密信息的 cookie,每个系统都会注意解码并在匹配时自动登录用户。
您必须将每个系统放在同一个域中才能共享 cookie。