Does V2 have the capability to track who's logged into the system?Basically I need to provide user access information so we can determinewho logged in, at what time, etc.
Nothing out of the box. SPS leverage ASP.NET and IIS and I don't thinkit keeps track, however, presence information can be provided using MSNMessenger or Windows Messenger and using the Member web part
Probably best using the IIS logs and some web logging software to getreports.
The web logs will tell you that for the portal. Maybe not much more thanthat. That's what we are using right now (along with a log analysisprogram.)I am not aware of anything else with that information but would also beinterested. Especially if there is a queryable sessionid of some kind. Iknow that a standard asp.net sessionid is generated but I don't see howthat can be used. We would love to be able to determine if a specficuser is logged in to the portal at a particular time.