Alternatives for storing web method postback data (besides Session)
- by Sir Psycho
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?