Subject: Re: Keeping track of users
From: Vic C <[EMAIL PROTECTED]>
 ===
(more a tomcat list question?)
If they logged in using JAAS, you can see the list of users (or you can 
log in db who goes in or out).
HTTP is a stateless protocol, the session would time out.
hth,
Vic

J Isv wrote:
> Hi,
> I'm quite new to struts and I'm sure there would be a common solution to 
> this question.
> Is there a standard way to keep track of users logged onto the web 
> application? If there is, how to you handle the situation where they've 
> simply closed the browser (perhaps this causes an event - I don't know), 
> where their PC has crashed, or even if they've logged into the 
> application multiple times (assuming this is allowed in business logic).
> Any help is appreciated.
> Thanks
> J.
> 


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to