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: 168
asp.net-mvc
|best-practices
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