Hi,

I just started on a project that's using Spring Security and I would like to intercept successful login and logout to do some actions at those point of times.
Any idea what's the best way to achieve that is?

Thanks