<?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: Accessing session data using session_id</title>
	<atom:link href="http://webonrails.com/2006/12/08/accessing-session-data-using-session_id/feed/" rel="self" type="application/rss+xml" />
	<link>http://webonrails.com/2006/12/08/accessing-session-data-using-session_id/</link>
	<description>Its all about Ruby On Rails</description>
	<lastBuildDate>Thu, 11 Mar 2010 08:54:44 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: 查看哪些用户在线(通过session_id获取session信息) &#124; Wayne's Tech Blog</title>
		<link>http://webonrails.com/2006/12/08/accessing-session-data-using-session_id/comment-page-1/#comment-1296</link>
		<dc:creator>查看哪些用户在线(通过session_id获取session信息) &#124; Wayne's Tech Blog</dc:creator>
		<pubDate>Fri, 26 Feb 2010 15:53:51 +0000</pubDate>
		<guid isPermaLink="false">http://webonrails.com/2006/12/08/accessing-session-data-using-session_id/#comment-1296</guid>
		<description>[...] 参见： http://webonrails.com/2006/12/08/accessing-session-data-using-session_id/ [...]</description>
		<content:encoded><![CDATA[<p>[...] 参见： <a href="http://webonrails.com/2006/12/08/accessing-session-data-using-session_id/" rel="nofollow">http://webonrails.com/2006/12/08/accessing-session-data-using-session_id/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy</title>
		<link>http://webonrails.com/2006/12/08/accessing-session-data-using-session_id/comment-page-1/#comment-1205</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Tue, 16 Jun 2009 03:17:05 +0000</pubDate>
		<guid isPermaLink="false">http://webonrails.com/2006/12/08/accessing-session-data-using-session_id/#comment-1205</guid>
		<description>It&#039;s good to receive the data from a specific session id, but in my case, the current session id keeps changing because there is no cookie enabled in my browser. The session database (I set the sessions to be stored in database) is full of useless sessions since the new request will receive a new session id. Is there a way to reuse the current session id in a new request without cookie? Thnx.</description>
		<content:encoded><![CDATA[<p>It&#8217;s good to receive the data from a specific session id, but in my case, the current session id keeps changing because there is no cookie enabled in my browser. The session database (I set the sessions to be stored in database) is full of useless sessions since the new request will receive a new session id. Is there a way to reuse the current session id in a new request without cookie? Thnx.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SBA</title>
		<link>http://webonrails.com/2006/12/08/accessing-session-data-using-session_id/comment-page-1/#comment-1023</link>
		<dc:creator>SBA</dc:creator>
		<pubDate>Sun, 22 Feb 2009 22:40:50 +0000</pubDate>
		<guid isPermaLink="false">http://webonrails.com/2006/12/08/accessing-session-data-using-session_id/#comment-1023</guid>
		<description>Enjoyed the read, will bookmark.</description>
		<content:encoded><![CDATA[<p>Enjoyed the read, will bookmark.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Travel</title>
		<link>http://webonrails.com/2006/12/08/accessing-session-data-using-session_id/comment-page-1/#comment-169</link>
		<dc:creator>Travel</dc:creator>
		<pubDate>Sun, 12 Oct 2008 01:43:29 +0000</pubDate>
		<guid isPermaLink="false">http://webonrails.com/2006/12/08/accessing-session-data-using-session_id/#comment-169</guid>
		<description>Thanks for sharing, i would not have enjoyed figuring this out myself.</description>
		<content:encoded><![CDATA[<p>Thanks for sharing, i would not have enjoyed figuring this out myself.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: schools</title>
		<link>http://webonrails.com/2006/12/08/accessing-session-data-using-session_id/comment-page-1/#comment-167</link>
		<dc:creator>schools</dc:creator>
		<pubDate>Fri, 25 Apr 2008 18:33:59 +0000</pubDate>
		<guid isPermaLink="false">http://webonrails.com/2006/12/08/accessing-session-data-using-session_id/#comment-167</guid>
		<description>great rails</description>
		<content:encoded><![CDATA[<p>great rails</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tuscon</title>
		<link>http://webonrails.com/2006/12/08/accessing-session-data-using-session_id/comment-page-1/#comment-166</link>
		<dc:creator>Tuscon</dc:creator>
		<pubDate>Fri, 25 Apr 2008 00:22:01 +0000</pubDate>
		<guid isPermaLink="false">http://webonrails.com/2006/12/08/accessing-session-data-using-session_id/#comment-166</guid>
		<description>thanks for the great info</description>
		<content:encoded><![CDATA[<p>thanks for the great info</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gauda</title>
		<link>http://webonrails.com/2006/12/08/accessing-session-data-using-session_id/comment-page-1/#comment-165</link>
		<dc:creator>gauda</dc:creator>
		<pubDate>Thu, 03 Apr 2008 11:45:06 +0000</pubDate>
		<guid isPermaLink="false">http://webonrails.com/2006/12/08/accessing-session-data-using-session_id/#comment-165</guid>
		<description>thanks for sharing dude!</description>
		<content:encoded><![CDATA[<p>thanks for sharing dude!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bob</title>
		<link>http://webonrails.com/2006/12/08/accessing-session-data-using-session_id/comment-page-1/#comment-164</link>
		<dc:creator>bob</dc:creator>
		<pubDate>Thu, 03 Jan 2008 03:11:15 +0000</pubDate>
		<guid isPermaLink="false">http://webonrails.com/2006/12/08/accessing-session-data-using-session_id/#comment-164</guid>
		<description>zVOoYG hi nice site thx http://peace.com</description>
		<content:encoded><![CDATA[<p>zVOoYG hi nice site thx <a href="http://peace.com" rel="nofollow">http://peace.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amit</title>
		<link>http://webonrails.com/2006/12/08/accessing-session-data-using-session_id/comment-page-1/#comment-163</link>
		<dc:creator>Amit</dc:creator>
		<pubDate>Tue, 11 Sep 2007 08:18:08 +0000</pubDate>
		<guid isPermaLink="false">http://webonrails.com/2006/12/08/accessing-session-data-using-session_id/#comment-163</guid>
		<description>Thanks a lot mate</description>
		<content:encoded><![CDATA[<p>Thanks a lot mate</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: infrid</title>
		<link>http://webonrails.com/2006/12/08/accessing-session-data-using-session_id/comment-page-1/#comment-162</link>
		<dc:creator>infrid</dc:creator>
		<pubDate>Thu, 10 May 2007 11:28:27 +0000</pubDate>
		<guid isPermaLink="false">http://webonrails.com/2006/12/08/accessing-session-data-using-session_id/#comment-162</guid>
		<description>Great stuff. Many thanks!</description>
		<content:encoded><![CDATA[<p>Great stuff. Many thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
