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.
当我单击超链接时,请求会转到另一个 tomcat 服务器并在另一个选项卡中呈现文件内容。但是,当我在第一个选项卡中执行任何操作时,会话会超时。请问有人可以提供解决方案吗?
如果您使用会话,那么您需要确保请求始终发送到同一个 tomcat 服务器,因为会话存储在服务器的内存中。您的负载均衡器应该具有允许基于 cookie 值设置粘性会话的配置。