Tomcat sessions expiring unexpectedly

前端 未结 9 1778
无人及你
无人及你 2020-12-30 04:57

We are running tomcat application server that handle over 100 concurrent sessions. In the last 2 months the most active users noticed that sometimes they are getting kicked

9条回答
  •  醉梦人生
    2020-12-30 05:37

    You can search Tomcat's bug database, but it would be better to have another look at your web application first. The chances that there is something wrong with Tomcat are very low.

    Try to investigate what causes session invalidation. Are you using filters? Do you have cross-context requests? Try adding logging information for every request to find out, when exactly the session is lost.

提交回复
热议问题