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

后端 未结 6 1279
醉梦人生
醉梦人生 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条回答
  •  旧时难觅i
    2020-12-08 05:48

    Could the two crossed users both be using the same cacheing proxy? If so, then one user might see data that was cached for another user if the URLs matched, especially if the proxy isn't well behaved.

    Wasn't this the main problem with the Google Web Accelerator project (now discontinued)?

提交回复
热议问题