ASP.NET randomly losing session values

后端 未结 6 1297
一整个雨季
一整个雨季 2021-02-14 19:22

I\'ve been searching for answers for quite some time on this as it continues to plague me. We store user login info and other data about the user\'s current activities in Sessi

6条回答
  •  灰色年华
    2021-02-14 20:01

    One more condition is there where sessions can loose its value.

    You can use Fiddler tool to trace out this problem.

    The most condition can be found when you some element like source not found in solution. At that moment server will try to reload that unfounded or lost object by restarting the project. Restarting the project will resulted into resetting all session objects.

    Thanks.

提交回复
热议问题