<?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>ASP.NET MVC</title><link>http://forums.asp.net/1146.aspx</link><description>Discussions regarding Model-View-Controller (MVC) support in ASP.NET.  &lt;a href="http://forums.asp.net/1215.aspx"&gt;T4MVC subforum&lt;/a&gt;</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: sessionState issue</title><link>http://forums.asp.net/thread/2079771.aspx</link><pubDate>Thu, 27 Dec 2007 21:35:57 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2079771</guid><dc:creator>abombss</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2079771.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1146&amp;PostID=2079771</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;The TempData relies on session and so do some of the other helpers.&amp;nbsp; I agree, you should be able to run without SessionState if you want to.&amp;nbsp; Make sure Phil &amp;amp; Friends know about this one.&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: sessionState issue</title><link>http://forums.asp.net/thread/2079024.aspx</link><pubDate>Thu, 27 Dec 2007 13:33:25 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2079024</guid><dc:creator>ChadThiele</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2079024.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1146&amp;PostID=2079024</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;Excellent question, I too tried this...&lt;br /&gt;&lt;/p&gt;</description></item><item><title>sessionState issue</title><link>http://forums.asp.net/thread/2078634.aspx</link><pubDate>Thu, 27 Dec 2007 08:28:42 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2078634</guid><dc:creator>KaziManzurRashid</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2078634.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1146&amp;PostID=2078634</wfw:commentRss><description>&lt;p&gt;I do have a bad habit. When starting a new Web Application, the first thing I do, add/change the followings in the web.config file:&lt;br /&gt;&amp;nbsp;&lt;pre class="coloredcode"&gt;&amp;lt;&lt;span class="tag"&gt;sessionState&lt;/span&gt;&lt;span class="attr"&gt; mode=&lt;/span&gt;&lt;span class="attrv"&gt;&amp;quot;Off&amp;quot;&lt;/span&gt;/&amp;gt;&lt;/pre&gt;&lt;pre class="coloredcode"&gt;&amp;nbsp;&lt;pre class="coloredcode"&gt;&amp;lt;&lt;span class="tag"&gt;pages&lt;/span&gt;&lt;span class="attr"&gt; enableViewState=&lt;/span&gt;&lt;span class="attrv"&gt;&amp;quot;false&amp;quot;&lt;/span&gt;&lt;span class="attr"&gt; enableSessionState=&lt;/span&gt;&lt;span class="attrv"&gt;&amp;quot;false&amp;quot;&lt;/span&gt;&amp;gt;&lt;/pre&gt;&amp;nbsp;&lt;/pre&gt;But the new MVC framework seemd very much depended upon the session. You can&amp;#39;t even run it disabling the session.&lt;br /&gt;Any thoughts?</description></item></channel></rss>