Quantcast
Channel: ASP.NET Core
Viewing all articles
Browse latest Browse all 9386

How to execute ajax request in parallel

$
0
0

Hello guys. I just notice that all my ajax request are executed synchronously on asp.net core website. In old asp.net there was such "feature", that while you session on the page/controller is enabled, it can't process request in parallel. There are some concerns that multiple writing in session may cause problems. With asp.net core when session is already part of middleware, such issues shouldn't exists, because actually I didn't include session at all. But still my ajax requests are executed synchronous. Do you have any idea what else I am missing in order to do ajax call in parallel?

Regards


Viewing all articles
Browse latest Browse all 9386

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>