<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/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 Tip: When to use which Session Server</title><link>http://blogs.msdn.com/tom/archive/2008/10/03/asp-net-tip-when-to-use-which-session-server.aspx</link><description>There are 3 different ways you can store session in an ASP.NET application: InProc (default mode) State Server SQL Server InProc means we store the data in the same process (in memory) on the web server, in the worker process.&amp;#160; This has some distinct</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>  ASP.NET Tip: When to use which Session Server : EasyCoded</title><link>http://blogs.msdn.com/tom/archive/2008/10/03/asp-net-tip-when-to-use-which-session-server.aspx#8975336</link><pubDate>Fri, 03 Oct 2008 13:03:14 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8975336</guid><dc:creator>  ASP.NET Tip: When to use which Session Server : EasyCoded</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://www.easycoded.com/aspnet-tip-when-to-use-which-session-server/"&gt;http://www.easycoded.com/aspnet-tip-when-to-use-which-session-server/&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>re: ASP.NET Tip: When to use which Session Server</title><link>http://blogs.msdn.com/tom/archive/2008/10/03/asp-net-tip-when-to-use-which-session-server.aspx#8976030</link><pubDate>Sat, 04 Oct 2008 03:00:31 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8976030</guid><dc:creator>Jess Coburn</dc:creator><description>&lt;p&gt;Just FYI, a 10% decrease in performance is expected when going from inproc to state service and a 20% from inproc to sql server. &amp;nbsp;This is a rule of thumb and can vary ofcourse. &lt;/p&gt;
&lt;p&gt;We're seeing state server becoming increasing popular with asp.net hosted sites and would recommend it over inproc because the performance hit really isn't noticeable. &amp;nbsp;Ofcourse you do want to be be careful just how much data you'll store in session state though as we've seen the asp.net state service on very busy sites actually crash.&lt;/p&gt;
&lt;p&gt;hope it helps.&lt;/p&gt;</description></item></channel></rss>