RE: ReQ: Only one logged in session at a time for each user

2002-02-03 Thread Keith Chew
container will persist that to other servers. Keith -Original Message- From: Kayode Dosunmu [mailto:[EMAIL PROTECTED]] Sent: Sunday, 3 February 2002 5:58 p.m. To: [EMAIL PROTECTED] Subject: Re: ReQ: Only one logged in session at a time for each user Hi Guys They way i have done this is

Re: ReQ: Only one logged in session at a time for each user

2002-02-03 Thread Kayode Dosunmu
Hi Guys They way i have done this is create a singleton class for logged on users and keep a hash of the usernames logged on. However when a user does not loggof the user is still in the hash, so what i do before a user tries to logon again is to check whether the session is valid . if it is