Developer forum

Forum » Development » Users online

Reply
 Hi,

I would need to implement a function to view online extranet users. Does anyone have ideas of what the best way would be to achive this.

I know there is a notifier for ExtranetLogon, but not for ExtranetLogoff. 

Regards / Aki


Replies

 
Nicolai Høeg Pedersen
Reply
You would need to maintain a list of userids in an application cache - registering using the extranet logon notification.

In Global.asax you have a session end event which is the best place to remove users again - there is no extranet logoff notification - and you can not be sure useres will logoff - they might just go to another webpage or shut down the browser...
 
Reply
Thanks for the input. How does the autologin feature  work in this case, does it trigger the logon notifier?

/Aki

 
Nicolai Høeg Pedersen
Reply
Yes it does...
 
Reply
Excellent. :)

 

You must be logged in to post in the forum