<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Multiple Browser Windows with One Session State</title>
	<atom:link href="http://graciesdad.wordpress.com/2007/05/26/multiple-browser-windows-with-one-session-state/feed/" rel="self" type="application/rss+xml" />
	<link>http://graciesdad.wordpress.com/2007/05/26/multiple-browser-windows-with-one-session-state/</link>
	<description>A Sunny Place for Ideas to Grow</description>
	<lastBuildDate>Mon, 09 Nov 2009 02:18:39 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ralph Labecki</title>
		<link>http://graciesdad.wordpress.com/2007/05/26/multiple-browser-windows-with-one-session-state/#comment-213</link>
		<dc:creator>Ralph Labecki</dc:creator>
		<pubDate>Fri, 01 May 2009 16:34:00 +0000</pubDate>
		<guid isPermaLink="false">http://graciesdad.wordpress.com/2007/05/26/multiple-browser-windows-with-one-session-state/#comment-213</guid>
		<description>Have you found a way around to page refresh issue?</description>
		<content:encoded><![CDATA[<p>Have you found a way around to page refresh issue?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ralph Labecki</title>
		<link>http://graciesdad.wordpress.com/2007/05/26/multiple-browser-windows-with-one-session-state/#comment-212</link>
		<dc:creator>Ralph Labecki</dc:creator>
		<pubDate>Fri, 01 May 2009 16:33:10 +0000</pubDate>
		<guid isPermaLink="false">http://graciesdad.wordpress.com/2007/05/26/multiple-browser-windows-with-one-session-state/#comment-212</guid>
		<description>Hi, we have the same problem. Our web app. stores a complex objects in a session, therefore if that get duplicated we risk loosing data or multiplying numbers. I&#039;ve seen very similar solution on other site, however as someone pointed out before it crashes when user wants to refresh the page. Is there any way of avoiding that and detecting page refresh???</description>
		<content:encoded><![CDATA[<p>Hi, we have the same problem. Our web app. stores a complex objects in a session, therefore if that get duplicated we risk loosing data or multiplying numbers. I&#8217;ve seen very similar solution on other site, however as someone pointed out before it crashes when user wants to refresh the page. Is there any way of avoiding that and detecting page refresh???</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joel Nylund</title>
		<link>http://graciesdad.wordpress.com/2007/05/26/multiple-browser-windows-with-one-session-state/#comment-194</link>
		<dc:creator>Joel Nylund</dc:creator>
		<pubDate>Tue, 07 Oct 2008 23:04:56 +0000</pubDate>
		<guid isPermaLink="false">http://graciesdad.wordpress.com/2007/05/26/multiple-browser-windows-with-one-session-state/#comment-194</guid>
		<description>Hi, this is a pretty cool idea, one thing is it only seems to work for forms (not that it claims to do otherwise), is there a way to store a viewstate field on every call regardless of if it is a postback? I want to use a similar technique to store a tab bar state (which tabs &amp; which selected) in the session but have it not break with new browser windows.</description>
		<content:encoded><![CDATA[<p>Hi, this is a pretty cool idea, one thing is it only seems to work for forms (not that it claims to do otherwise), is there a way to store a viewstate field on every call regardless of if it is a postback? I want to use a similar technique to store a tab bar state (which tabs &amp; which selected) in the session but have it not break with new browser windows.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug</title>
		<link>http://graciesdad.wordpress.com/2007/05/26/multiple-browser-windows-with-one-session-state/#comment-134</link>
		<dc:creator>Doug</dc:creator>
		<pubDate>Sat, 05 Jan 2008 23:38:50 +0000</pubDate>
		<guid isPermaLink="false">http://graciesdad.wordpress.com/2007/05/26/multiple-browser-windows-with-one-session-state/#comment-134</guid>
		<description>I could not get your solution work when the user hits the Refresh button on their browser.   Does it work for you?</description>
		<content:encoded><![CDATA[<p>I could not get your solution work when the user hits the Refresh button on their browser.   Does it work for you?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gabriel</title>
		<link>http://graciesdad.wordpress.com/2007/05/26/multiple-browser-windows-with-one-session-state/#comment-79</link>
		<dc:creator>Gabriel</dc:creator>
		<pubDate>Wed, 21 Nov 2007 07:19:07 +0000</pubDate>
		<guid isPermaLink="false">http://graciesdad.wordpress.com/2007/05/26/multiple-browser-windows-with-one-session-state/#comment-79</guid>
		<description>right, that would work,

but in my case I&#039;m saving viewstate in session... so i can&#039;t access that GUI ID from viewstate because i need it to index session and find my viewstate...

Anywho, the solution i&#039;m investigating now is to make sessionstate cookieless, and to make sure all popups are generated from a different function which initializes a new session id...</description>
		<content:encoded><![CDATA[<p>right, that would work,</p>
<p>but in my case I&#8217;m saving viewstate in session&#8230; so i can&#8217;t access that GUI ID from viewstate because i need it to index session and find my viewstate&#8230;</p>
<p>Anywho, the solution i&#8217;m investigating now is to make sessionstate cookieless, and to make sure all popups are generated from a different function which initializes a new session id&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Sayce : Browsers, processes, cookies and session state</title>
		<link>http://graciesdad.wordpress.com/2007/05/26/multiple-browser-windows-with-one-session-state/#comment-73</link>
		<dc:creator>Jon Sayce : Browsers, processes, cookies and session state</dc:creator>
		<pubDate>Fri, 09 Nov 2007 15:40:16 +0000</pubDate>
		<guid isPermaLink="false">http://graciesdad.wordpress.com/2007/05/26/multiple-browser-windows-with-one-session-state/#comment-73</guid>
		<description>[...] then it will probably be better to generate a GUID and store that in viewstate, using the GUID to access a part of sessionstate which can be kept unique for that instance of the page, regardless of the [...]</description>
		<content:encoded><![CDATA[<p>[...] then it will probably be better to generate a GUID and store that in viewstate, using the GUID to access a part of sessionstate which can be kept unique for that instance of the page, regardless of the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gabriel</title>
		<link>http://graciesdad.wordpress.com/2007/05/26/multiple-browser-windows-with-one-session-state/#comment-44</link>
		<dc:creator>Gabriel</dc:creator>
		<pubDate>Tue, 24 Jul 2007 07:55:45 +0000</pubDate>
		<guid isPermaLink="false">http://graciesdad.wordpress.com/2007/05/26/multiple-browser-windows-with-one-session-state/#comment-44</guid>
		<description>Ideally, one would like a different session variable for every open browser window. So it would be nice if we can reuse the same session variable for different pages, while we are in the same browser window.

Generating a new sequence ID whenever a page posts back for the first time would work. But that means, for each form, you will have a new entry in session, even if that form is open in the same browser window.

How do you delete old entries from session? Wouldn&#039;t you eventually run out of memory using this method ?</description>
		<content:encoded><![CDATA[<p>Ideally, one would like a different session variable for every open browser window. So it would be nice if we can reuse the same session variable for different pages, while we are in the same browser window.</p>
<p>Generating a new sequence ID whenever a page posts back for the first time would work. But that means, for each form, you will have a new entry in session, even if that form is open in the same browser window.</p>
<p>How do you delete old entries from session? Wouldn&#8217;t you eventually run out of memory using this method ?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
