So, if i've understood, I have to create a login runnable servlet(<load-oon-startup>1</load-oon-startup>) with a synchronized HashMap and check it every few times?
Galbreath, Mark wrote: >Store their login names and IPs in a context-scope hashtable upon login and >remove them when their session expires. I'm not sure if Tomcat/JBoss has >some kind of tracking mechanism that provides concurrent session info, but >the documentation should tell you this. > >Mark > >-----Original Message----- >From: kiuma [mailto:[EMAIL PROTECTED]] >Sent: Monday, September 23, 2002 8:18 AM > >how can I detect multiple logged users in my system at the same time but >from differen ip? > >-- >To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> >For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > >. > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

