标签: asp.net-mvc-3 session concurrency session-state
我想以线程安全的方式修改ASP.NET MVC3 Controller(需要SessionState)中的Session变量。我应该锁定什么对象?