Alternatives for storing web method postback data (besides Session)
        Posted  
        
            by Sir Psycho
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Sir Psycho
        
        
        
        Published on 2009-09-23T12:59:44Z
        Indexed on 
            2010/05/03
            3:08 UTC
        
        
        Read the original article
        Hit count: 302
        
What are the alternatives to storing data in the HttpContext.Current.Session collection are available, in order to keep track of items for ajax postbacks that are executed via web methods/services?
© Stack Overflow or respective owner