according to my research, it isn’t possible… unless i write one big hack (erk) to get around it… im wondering if it is possible or not as some of you may have more information on this. i understand this would go against the page paradigm, however it really should be accessible… any ideas anyone?
hate using cookies as the information is updated and reflects the real values in the collection after a full roundtrip (so always a 1 round trip lag)… im just storing an array really… session can be used in webservices but really dont want to load server up too much, although its probably only half a kb… maybe im just too paranoid?
any advice will be appreciated on if its worth the trouble of not using session state, im currently using cookies, would prefer to use viewstate, thanks.
just create a array of cache objects within the session object 🙂 the .dispose of the cache should release the session from memory as well 🙂