Could someone please explain to me what the "Request" variable scope is? This is the documentation I found:
"Used to hold data that must be available for the duration of one HTTP request. The Request scope is available to all pages, including custom tags and nested custom tags, that are processed in response to the request.
This scope is useful for nested (child/parent) tags. This scope can often be used in place of the Application scope, to avoid the need for locking variables. Several chapters discuss using the Request scope."
I think the part I'm not understanding is: What is an HTTP request? I assume it's different from a page request, because that would be the local variable scope.
Thanks! Calista :-X
Jedi Knight,
Champion of the Force
"Used to hold data that must be available for the duration of one HTTP request. The Request scope is available to all pages, including custom tags and nested custom tags, that are processed in response to the request.
This scope is useful for nested (child/parent) tags. This scope can often be used in place of the Application scope, to avoid the need for locking variables. Several chapters discuss using the Request scope."
I think the part I'm not understanding is: What is an HTTP request? I assume it's different from a page request, because that would be the local variable scope.
Thanks! Calista :-X
Jedi Knight,
Champion of the Force