<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: HowTo: Session in ASP.NET &amp; ASP.NET Session State Server</title>
	<atom:link href="http://code-inside.de/blog/2010/03/21/howto-session-in-asp-net-asp-net-session-state-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://code-inside.de/blog/2010/03/21/howto-session-in-asp-net-asp-net-session-state-server/</link>
	<description>Webdevelopment with ASP.NET MVC, jQuery &#38; the Microsoft Stack</description>
	<lastBuildDate>Thu, 02 Feb 2012 18:16:52 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
	<item>
		<title>By: Uli Riehm</title>
		<link>http://code-inside.de/blog/2010/03/21/howto-session-in-asp-net-asp-net-session-state-server/comment-page-1/#comment-38199</link>
		<dc:creator>Uli Riehm</dc:creator>
		<pubDate>Sun, 21 Mar 2010 23:51:12 +0000</pubDate>
		<guid isPermaLink="false">http://code-inside.de/blog/2010/03/21/howto-session-in-asp-net-asp-net-session-state-server/#comment-38199</guid>
		<description>Zu dem Thema Session State sollte auf jeden Fall erwähnt werden, dass das Session_OnEnd-Ereignis nur im InProc-Modus ausgelöst wird und je nach Implementierung auch im Custom-Modus.

Siehe auch http://msdn.microsoft.com/de-de/library/system.web.sessionstate.sessionstatemodule.end.aspx .

Man kann Session_OnEnd auch manuell mit SessionStateUtility.RaiseSessionEnd(...) auslösen, siehe http://msdn.microsoft.com/de-de/library/system.web.sessionstate.sessionstateutility.raisesessionend.aspx .

Mit freundlichen Grüßen,
Uli Riehm</description>
		<content:encoded><![CDATA[<p>Zu dem Thema Session State sollte auf jeden Fall erwähnt werden, dass das Session_OnEnd-Ereignis nur im InProc-Modus ausgelöst wird und je nach Implementierung auch im Custom-Modus.</p>
<p>Siehe auch <a href="http://msdn.microsoft.com/de-de/library/system.web.sessionstate.sessionstatemodule.end.aspx" rel="nofollow">http://msdn.microsoft.com/de-de/library/system.web.sessionstate.sessionstatemodule.end.aspx</a> .</p>
<p>Man kann Session_OnEnd auch manuell mit SessionStateUtility.RaiseSessionEnd(&#8230;) auslösen, siehe <a href="http://msdn.microsoft.com/de-de/library/system.web.sessionstate.sessionstateutility.raisesessionend.aspx" rel="nofollow">http://msdn.microsoft.com/de-de/library/system.web.sessionstate.sessionstateutility.raisesessionend.aspx</a> .</p>
<p>Mit freundlichen Grüßen,<br />
Uli Riehm</p>
]]></content:encoded>
	</item>
</channel>
</rss>

