Posted By:
Andrew_Watson
Posted On:
Thursday, October 11, 2001 10:12 AM
Create a session, place a unique user identifyer into the session. The session time-out can be configured in the servlet container (e.g. Tomcat).
Test for invalid or timed-out sessions every 1 min. Once found, get the unique user identifyer and remove from HashTable.
Hope This Helps.
Andrew