asp.net - Can a client dictate whether or not HttpContext is created? -


We're getting a lot of hits from Googlebot and BingBot, and it appears that none of these requests are HttpContext is.

I originally thought that every HTTP request will be referenced, which is not obviously the case, so I am trying to understand how HTTPPTTtext is prepared, whether it is between the customer and the server Is the part of the talks?

Customer no directs it in any way, which reference Checking in HttpContext ? Are you sure the HttpContext.Current is empty? (And you are not looking at HttpContext.Current.Session ?)

There are some places in the life cycle where it is unavailable, but it will not be different from the client.

If you are curious about more information, then I recommend Rick Stahihl, he gives an overview of how things have been built and destroyed in the life of the request. It was a great deal when it was written.


Comments