Currently, whenever a user logs into my system, the method SecurityUtiles.getSubject().login(context) is run, followed by a hibernate call that updates the user object with a new "last accessed" date.
I'm not having a problem with this, but I was just wondering if Shiro is already keeping track of details like this and if there is a better approach. Thanks, Tauren
