Hi,
I have an ASP.NET MVC app and I want to add to each page a list of members online. Actually add to Master page.
Members belong to groups so I want to show all members in there groups.
So what is the best way of doing this??
Eg On session start add to a collection that is in cache object and remove it on session end in Global.asax.
Is that a reliable way?? Traffic wont be enormous.
Malcolm