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.
有没有办法在 java web 应用程序和使用 blazeDS 的 AIR 应用程序之间共享会话?目标是某种单点登录,因此当其中一个应用程序登录时,用户不需要登录另一个应用程序。它们都在同一个 tomcat 中运行,但它们是不同的应用程序。
使用本地连接,让他们互相交谈并分享他们的状态。