Re: Strategy to prohibit concurrent users authenticated through Tomcat

2012-01-13 Thread chris derham
> > I am using Tomcat 7.0.11 and use Form Authentication (via >> j_security_check) to authenticate through the Tomcat server. >> Currently, two users with the same username can log into my application >> from two different computers and concurrently access the app. >> Is there a way to prohibit a u

Re: Strategy to prohibit concurrent users authenticated through Tomcat

2012-01-12 Thread André Warnier
beau.hutche...@thomsonreuters.com wrote: I am using Tomcat 7.0.11 and use Form Authentication (via j_security_check) to authenticate through the Tomcat server. Currently, two users with the same username can log into my application from two different computers and concurrently access the app. I

Strategy to prohibit concurrent users authenticated through Tomcat

2012-01-12 Thread beau.hutcheson
I am using Tomcat 7.0.11 and use Form Authentication (via j_security_check) to authenticate through the Tomcat server. Currently, two users with the same username can log into my application from two different computers and concurrently access the app. Is there a way to prohibit a user from authe