[OutputCache(NoStore = true, Duration = 0)]
Perhaps a bit of overkill to specify this for all actions on a controller, but it is important that cached content is never served to the wrong user..
More about ASP.NET MVC caching in these links:
Bert-Jan




