Hi guys,
I was wondering if there was a way to retrieve the timestamp of "last action" from a user using the sessions ? Actually, I would like to retrieve this timestamp for ALL the existing user in my app.
I've looked a lot in the doc about Contextual Sessions, session factory, etc but didn't find anything useful.
Actually, the only useful thing I can do for the moment is to retrieve the session creation date for a user using his session with the HttpServletRequest request (using also Jboss), but it do not give some great results...I can acces this for one user but not for all.
Quote:
request.getSession().getLastAccessedTime()
request.getSession().getCreationTime()
Can you help me a bit around that ? Or should I use Jboss for that ? Or something else ? Because I want to do a page displaying the last action date in my web app...
Thanx,
K.