Tracking user changes in ASP.NET MVC

Posted by Ian Roke on Stack Overflow See other posts from Stack Overflow or by Ian Roke
Published on 2010-06-11T14:39:54Z Indexed on 2010/06/11 14:43 UTC
Read the original article Hit count: 147

Filed under:
|

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?

© Stack Overflow or respective owner

Related posts about asp.net-mvc

Related posts about best-practices