ASP.NET Session Mix-up using StateServer (SCARY!)

后端 未结 6 1264
醉梦人生
醉梦人生 2020-12-08 05:08

We store two objects in session. Somehow, one of the objects from another user got loaded into a different user\'s session. The user should have had no access to this partic

6条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-08 06:10

    Had this problem, turned out to be an OutputCache attribute on a partial view.

提交回复
热议问题