Hi, I have a quandry regarding how to store a complex data structure across page requests. To cut a long story short, I am tracking a users search choices in a Queue so I can use DeQueue to get rid of old items. I need to maintain this object across the session. So the obvious choice is the Session object but my experience with the session is a bad thing to store complex structures in there. It also sends out a bad message to other developers that they can place anything in the Session. What are my options. I could use the Cache and use a new Guid as key and give it an expiration time but this is probably the same problem. I have been thinking about using memcached but maybe somebody knows a better way. I do not want to store state in the database. Cheers Paul [EMAIL PROTECTED] _________________________________________________________________ Try Live.com: where your online world comes together - with news, sports, weather, and much more. http://www.live.com/getstarted =================================== This list is hosted by DevelopMentorĀ® http://www.develop.com
View archives and manage your subscription(s) at http://discuss.develop.com