Is Context.Items user scope or application scope?
- by Hossein Margani
Hi every one!
I want to use Context.Items to store some info of a User Control like:
Context.Items["Data"] = 5;
I want to know, Is Context.Items is for each request or it is global for the application?