what happens if they don't log out? they often just close
their browser
or go straight to another site without properly logging-out.
Julian Roberts wrote:
> You could have an extra field in your Users table called
LoggedIn. When a
> user logs in, you could update this field to True. So,
in your recordset,
> you could show your logged in users:
>
> select * from Users where Loggin=true
>
> Also, I've a demo on an alternative method:
>
>
http://www.charon.co.uk/content.aspx?CategoryID=27&ArticleID=39
>