I was wondering which you think is the best way to implement a "last login", saving on a table the date and showing it to the user when he logins on the system.
How about simply adding a last_login field to your users model -and mysql table-, so you can easily get and update
Just like in the bottom of this page: http://agiletoolkit.org/learn/install/auth