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
Developer forum
E-mail notifications
Users online
Posted on 13/04/2010 15:56:47
Replies
Nicolai Høeg Pedersen
Posted on 14/04/2010 09:59:57
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...
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...
Posted on 14/04/2010 10:35:45
Thanks for the input. How does the autologin feature work in this case, does it trigger the logon notifier?
/Aki
/Aki
Nicolai Høeg Pedersen
Posted on 14/04/2010 10:38:37
Yes it does...
Posted on 14/04/2010 10:39:42
Excellent. :)
You must be logged in to post in the forum