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

后端 未结 6 1269
醉梦人生
醉梦人生 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 05:49

    How many times did it occur? Did you check for users using browser back or sending links to each other with session ids?

    One way to check for sure about State Server bug is to switch to another session manager, fallback to in-proc if you can or use SQL Server but would be better to find a way to reproduce the bug it first so you could test it.

提交回复
热议问题