All,
All most all of the ASP.NET applications uses session and set variety of data to make it available across the pages. One example of data set is the id of user, profile, campaign etc.
Wanted to know if there is any standard way of validating this data using some handler etc that people have used. Recently we ended up updating data of another campaign because of wrong id set in the session.
Thanks!