Reputation: 2341
I'm doing an audit system that logs user actions. I need to record when a user performs a login. I searched different places but I always end up running into the same solution, use "filters".
The above solutions do not work for me. There are no other solutions that use filters or make a custom login?
I'm using Java 7 with GlassFish 3
Upvotes: 7
Views: 248