Unable to serialize the session state

后端 未结 8 1736
一生所求
一生所求 2020-12-01 23:06

When putting my application on a web server and trying to \'log in\' I get the following error:

Server Error in \'/\' Application.
Unable to serialize the se         


        
8条回答
  •  一整个雨季
    2020-12-01 23:56

    In my case, I was trying to serialize the non-serialized object that is HttpResponse. So if provided solutions won't work, you can go through solution of unable to serialize session state article.

    Hope it help others!

提交回复
热议问题