ok Thanks, I am using Tomcat7. I dont know much about Tomcat application development, so I will research these options you gave me before responding again.
Thanks again On Thu, Sep 11, 2014 at 4:07 AM, Ognjen Blagojevic < ognjen.d.blagoje...@gmail.com> wrote: > 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 > >