access session value during concurrent requests
Posted
by user283405
on Stack Overflow
See other posts from Stack Overflow
or by user283405
Published on 2010-03-09T10:38:42Z
Indexed on
2010/03/09
10:51 UTC
Read the original article
Hit count: 143
I have following problem.
in one request i am updating session variable. in the other request, i am trying to access that session value, but it was blocked until the first request finish.
I am using C# with ASP.NET 2.0
© Stack Overflow or respective owner