asp.net mvc - Track last user login with ASP MVC Identity 2.0 -


what´s best place track last login date user? web app supports cookie authentication, external authentication google / facebook , old username / password auth. needs done somewhere deep in system. first

accountcontroller.signinasync 

looked idea, doesnt seem called on cookie authentication. ideas?


Comments

Popular posts from this blog

python - Installing PyDev in eclipse is failed -

PHP OOP-based login system -

c# - Nested Internal Class with Readonly Hashtable throws Null ref exception.. on assignment -