What would be the best way to update properties of a member on successful authentication? Basically, there is a Member.lastLogin property that I want updated with the current date every time a member comes back to a site and logs in. However, this should also support rememberme authentications. I don't necessarily want to update the lastLogin property on every single interaction the user has on the site, just once for each session.
Is there some technique in Shiro to do this, a callback of some sort, or some other method? Or should I be doing this in my application? Also, I can't seem to view much of the documentation. All the links on the following page require an Apache login. Is it supposed to be this way? http://incubator.apache.org/shiro/core.html Thanks! Tauren
