Hi, everyone.
When someone logs in my application, I want to register in the database his user, the current timestamp and his IP. In addition, when this person logs out, I want to update that line I've inserted before with the logout timestamp.
How could I implement this with Spring Security 2.0?
Thanks.
David
