Elias,

On 11.9.2014 2:03, Elias Kopsiaftis wrote:
My best guess is that tomcat doesnt like to accept requests coming for two
different logins from the same IP and same program. Is that accurate? Is
anything else that could be going wrong here?

Tomcat should allow multiple sessions from same IP without problems.

Please state which exact version of Tomcat do you use. There are plenty of them.

What is the number of active sessions when you start experiencing errors?

Do you have <Manager> element in your context.xml or server.xml defined? Does that element have maxActiveSessions attribute?

I recommend to implement HttpSessionListener in your application and log session creation and destruction to understand at which point in time the sessions are destroyed.

-Ognjen


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to