Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
list of logged in Users
Talky
Is there a way to find out which users are currently logged in to the system in WSMP 4.1 B9.
Is there a way to deny or display a warning login to a user who is already logged in to the system in another machine through WSMP 4.1 B9
Find more posts tagged with
Comments
Migrateduser
There are no utilities, from what i know to do this (have asked before).
I have a view i created in the sql database that shows users and last login time, sorted descending by login time. Not a true capture but it shows you something.
Also, i have used the microsoft software called Log Parser, to strip the weblog files and show me the activity from the web interface. again, not a true activity log but it gives me an idea.
It would be nice if there were standardized administrative reports/utilities to aid in this process.
Migrateduser
In AppSession there is a method which returns all active sessions (getAllSessions). Each session will have logged in user detail.