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.
对于 Web 应用程序,我可以确定没有存储会话 cookie。有一个字符串作为
SSLJSESSION=0000会话管理AFFINI:-1
据我了解,这不能用于处理会话,但应用程序仍在正确处理会话。
谁能告诉我如何使用上述技术完成会话处理?
在浏览了 WebSphere 的文档之后,我发现 WebSphere(实际上是 IBM HTTP Server 以及 SUN One Web Server)支持一种称为 SSL ID Session Tracking 的特性。基本上,它的作用是将 Web 应用程序会话绑定到 SSL 会话。这进一步不需要 Web 应用程序执行几乎任何会话处理,因为服务器代表应用程序执行此操作。