Hi Tom,
I'm actually working on the same problem at this time and found some good
articles:
http://www.eggheadcafe.com/articles/20030416.asp
http://www.eggheadcafe.com/articles/20030418.asp
http://www.aspfree.com/index.php?opt...k=view&id=2118
All articles use a similar technique whereby you store the current user's id
in application cache when they log in and remove it when they log out and it
works fairly well.
The only problem I have now is that my customer wants a user to be logged
out of the system when he uses the same browser to navigate to a different
website (without logging out). I other words, if the user navigates to a
different website and uses the back button to get back to my application, he
should have to log in again.
Sacha
"tshad" <> wrote in message
news:%...
> If I am using FormsAuthentication, is there a way to check who is logged
> in?
>
> I want to be able to check at any particular time, not just how many
> people are logged in, but who they are.
>
> One thing I want to do is not allow someone to log on from one browser and
> then log on again at the same time time from another browser. Or to
> prevent someone from using the same login at the same time.
>
> Thanks,
>
> Tom
>