Is Context.Items user scope or application scope?
        Posted  
        
            by Hossein Margani
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Hossein Margani
        
        
        
        Published on 2010-04-06T13:36:43Z
        Indexed on 
            2010/04/06
            13:43 UTC
        
        
        Read the original article
        Hit count: 695
        
ASP.NET
|httpcontext
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?
© Stack Overflow or respective owner