Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
+1
person also asked this
people also asked this
Replies
19 replies
Subscribers
10 subscribers
Views
17820 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
General
Is there any way to get the list of currently logged in users in the system? Log
Mahesh Sanga
over 10 years ago
Is there any way to get the list of currently logged in users in the system? Login information parser plugin is not useful as the login-audit.csv file does not have the log-out status. Can we build a servlet filter plugin to achive this? or can we use JBoss to track the open sessions? any ideas?...
OriginalPostID-113347
OriginalPostID-113347
Discussion posts and replies are publicly visible
Parents
0
riteshp
over 10 years ago
No, It is not aplugin. it is a basic "Session Listener" for appain, nothing else. will update your db with user's sessions with all required information i.e. session creation + last access time + destroy time and additionally SPRING_SECURITY_CONTEXT value. So, now use this table as base table, do some Java + DB excecise, develop some appian user reporting applciation and thats it.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
riteshp
over 10 years ago
No, It is not aplugin. it is a basic "Session Listener" for appain, nothing else. will update your db with user's sessions with all required information i.e. session creation + last access time + destroy time and additionally SPRING_SECURITY_CONTEXT value. So, now use this table as base table, do some Java + DB excecise, develop some appian user reporting applciation and thats it.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data