hello. I'm testing a simple webform with EnableSessionState set to False (and also ReadOnly)
in the page load, I added these
Response.Write(Now & "<hr>")
Threading.Thread.Sleep(5000)
Response.Write(Now & "<hr>")
when I try to run this page via two different browser tab, the second one will wait for the first one to finish. How do I ensure that they both runs at the same time ? any help would be greatly appreciated
None
0 Points
1 Post
my asp.net page doesn't seem to run simultaneously
Oct 31, 2019 07:44 AM|nickcloudhax|LINK
hello. I'm testing a simple webform with EnableSessionState set to False (and also ReadOnly)
in the page load, I added these
Response.Write(Now & "<hr>")
Threading.Thread.Sleep(5000)
Response.Write(Now & "<hr>")
when I try to run this page via two different browser tab, the second one will wait for the first one to finish. How do I ensure that they both runs at the same time ? any help would be greatly appreciated