The docs page on the website currently has a "TODO" for SessionManager - is
there any documentation yet on how we listen for events such as session
timeouts?  

What I'd like to do is keep track of who is logged on at any given time, so
when a session starts I'll store a record (probably just in non-persistent
memory since I don't care about retaining sessions between server restarts),
and when the session ends or expires I want to remove that record.  The
record will probably just have a user alias (username) but it may have some
other extra info too.  (If there's a simpler way of doing this I'm open to
suggestions.)  It's a bit like the "who's online" feature you often see on
web forums.
-- 
View this message in context: 
http://shiro-user.582556.n2.nabble.com/Listening-for-session-timeout-events-via-SessionManager-tp5998503p5998503.html
Sent from the Shiro User mailing list archive at Nabble.com.

Reply via email to