Tracking user changes in ASP.NET MVC
- by Ian Roke
I have a requirement to track what authenticated users change with regards to the data when logged in. I don't need to track what pages they look at although that could be very useful in future.
I have thought about saving the User Guid but that seems very clunky.
Are there other methods/best practises?