阅读背景:

有没有办法用Tomcat指定不同的会话存储?

来源:互联网 

Tomcat (version 5 here) stores session information in memory. When clustering this information is periodically broadcast to other servers in the cluster to keep things in sync. You can use a database store to make sessions persistant but this information is only written periodically as well and is only really used for failure-recovery rather than actually replacing the in-memory sessions.Tomcat (version 5 here) stores session informat




你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: