Sessions in Asynchronous design

后端 未结 2 1551
醉酒成梦
醉酒成梦 2020-12-03 15:06

We are building a AJAX enabled web application that makes multiple asynchronous requests to the server. Each of these server requests are long running server tasks with each

2条回答
  •  爱一瞬间的悲伤
    2020-12-03 15:43

    I would actually agree that sessions are not recommended when using asynchronous calls, in fact use of sessions should be minimal in any case. Most of my apps don't use sessionstate directly at all, except what's required by the Membership stuff internally.

提交回复
热议问题