Is there a way I can store when was the last time a user logged in?
I\'m using symfony2, and everything\'s working alright with the security configuration.
I
A quite simple solution would be to implement FOSUserBundle in your application as each user entry in the database has (amongst other things) a "last_login" field.