<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>State Management</title><link>http://forums.asp.net/22.aspx</link><description>Managing ASP.NET state - ViewState, Application, Session, etc. &lt;a href="http://aspadvice.com/SignUp/list.aspx?l=69&amp;c=17" target="_blank"&gt;Email List&lt;/a&gt;</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: asp.net Cache and user context</title><link>http://forums.asp.net/thread/1709180.aspx</link><pubDate>Tue, 15 May 2007 01:37:55 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1709180</guid><dc:creator>Rex Lin - MSFT</dc:creator><author>Rex Lin - MSFT</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1709180.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=22&amp;PostID=1709180</wfw:commentRss><description>&lt;p&gt;&lt;font face="Verdana"&gt;HI,&lt;strong&gt;Dabbi2000&amp;nbsp;:&lt;/strong&gt;&amp;nbsp;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Verdana"&gt;The Cache object lives inside the current AppDomain (ie. ASP.NET Application Scope) and it stores its entries in a Hashtable. When you store a reference object like a DataSet you are actually storing a live reference of that object, which means if you make a change to that object it’s reflected in all other clients that are trying to read that object or currently hold a reference.&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Verdana"&gt;More Details here:&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://west-wind.com/weblog/posts/1214.aspx"&gt;http://west-wind.com/weblog/posts/1214.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I hope the above information will be helpful. If you have any issues or concerns, please let me know. It&amp;#39;s my pleasure to be of assistance&lt;br /&gt;&lt;/p&gt;</description></item><item><title>asp.net Cache and user context</title><link>http://forums.asp.net/thread/1702202.aspx</link><pubDate>Wed, 09 May 2007 14:11:18 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1702202</guid><dc:creator>Dabbi2000</dc:creator><author>Dabbi2000</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1702202.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=22&amp;PostID=1702202</wfw:commentRss><description>&lt;p&gt;I cannot figure this out, I read somewhere that the Cache should be in a user context (not only application wide) but I cannot find out how to use that mode... Because of technological issues with AJAX I want to use the Cache instead of Session for example using:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Cache["UsersID"]&amp;nbsp;= ...&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;and obviously it has to be specific for each user session?&lt;/p&gt;</description></item></channel></rss>