Aaron Videtto writes: 

> I am using the Userdb authentication option.  Is there a way to know how
> many users are logged in at one time?  Can I ask the server how many users
> are authenticated to the server at any time?  Has anybody toyed with this?

Since HTTP is a stateless protocol, you have no way of knowing if someone 
whose last HTTP request came in fifteen minutes ago is still reading his 
mail, or if he is no longer online. 

-- 
Sam 

Reply via email to