Hi, I'm a long-time Shiro user, but new at native session management. I have a programmatically-configured app (no shiro.ini) with default SessionManagement (native) turned on.
When doing Session.getAttributeKeys() and Session.getAttribute(), the lastAccessTime isn't getting touched. I have to explicitly use session.touch() to update last access time. Is this a bug? Thanks
