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

后端 未结 6 1265
醉梦人生
醉梦人生 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:07

    Possible answer - similar isue reported using cookieless session state.

    session showing something wrong

    Edit - Added

    Another possible answer:

    An ASP.NET page is stored in the HTTP.sys kernel cache in IIS 6.0 when the ASP.NET page generates an HTTP header that contains a Set-Cookie response

提交回复
热议问题