Re: [STRUTS] Detecting multiple users with the same login

2003-01-01 Thread Andy Noble
- Original Message - From: "Galbreath, Mark" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Sent: Monday, September 23, 2002 1:35 PM Subject: RE: [STRUTS] Detecting multiple users with the same login > Store

RE: [STRUTS] Detecting multiple users with the same login

2002-09-23 Thread Manomohan K Kalathil
table etc Mano -Original Message- From: Tero P Paananen [mailto:[EMAIL PROTECTED]] Sent: Monday, September 23, 2002 6:39 PM To: Struts Users Mailing List Subject: RE: [STRUTS] Detecting multiple users with the same login > Store their login names and IPs in a context-scope hashtable >

RE: [STRUTS] Detecting multiple users with the same login

2002-09-23 Thread Tero P Paananen
> 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. Will this work, if th

Re: [STRUTS] Detecting multiple users with the same login

2002-09-23 Thread kiuma
So, if i've understood, I have to create a login runnable servlet(1) 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/J

RE: [STRUTS] Detecting multiple users with the same login

2002-09-23 Thread Galbreath, Mark
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-

[STRUTS] Detecting multiple users with the same login

2002-09-23 Thread kiuma
Hi, how can I detect multiple logged users in my system at the same time but from differen ip? I'm using jboss 3 and struts 1.2 -- To unsubscribe, e-mail: For additional commands, e-mail: