Forum Discussion
pmtelstra
Oct 27, 2022Copper Contributor
Calls from classic asp web pages to custom com+ soap web adaptor sequential/concurrent issue
Hi, I have a classic asp web site which uses a custom com+ app installed on the server to communicate with a custom soap web service. When I use the website installed on a Windows 10 Ent workstatio...
pmtelstra
Oct 28, 2022Copper Contributor
OK. it's all about an inherent problem with IIS classic asp and sessions. For anyone else with this issue the answer is as https://stackoverflow.com/questions/11768698/in-a-classic-asp-application-is-it-better-to-use-a-session-or-cookie-for-cross#:~:text=ASP%20requests%20from%20a%20client%20must%20be%20processed,requests%20cannot%20be%20processed%20at%20the%20same%20time. I will be looking at migrating all or part of the web site to asp.net as that is apparently the only/best way to get improvements in this usage.