<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>WebOnRails &#187; session</title>
	<atom:link href="http://webonrails.com/category/session/feed/" rel="self" type="application/rss+xml" />
	<link>http://webonrails.com</link>
	<description>Its all about Ruby On Rails</description>
	<lastBuildDate>Mon, 05 Jul 2010 16:37:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>Accessing session data using session_id</title>
		<link>http://webonrails.com/2006/12/08/accessing-session-data-using-session_id/</link>
		<comments>http://webonrails.com/2006/12/08/accessing-session-data-using-session_id/#comments</comments>
		<pubDate>Thu, 07 Dec 2006 18:37:09 +0000</pubDate>
		<dc:creator>Akhil Bansal</dc:creator>
				<category><![CDATA[ROR]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[Rubyonrails]]></category>
		<category><![CDATA[session]]></category>

		<guid isPermaLink="false">http://webonrails.com/2006/12/08/accessing-session-data-using-session_id/</guid>
		<description><![CDATA[This is the very rare case but some times we need to access the data stored in session through session_id(specially when the request is not coming from browser). Here is a way I found and like to share: @user=CGI::Session::ActiveRecordStore::Session.find_by_session_id(@session_id).data[:user]]]></description>
			<content:encoded><![CDATA[<p>This is the very rare case but some times we need to access the data stored in session through session_id(specially when the request is not coming from browser). Here is a way I found and like to share:</p>
<p> @user=CGI::Session::ActiveRecordStore::Session.find_by_session_id(@session_id).data[:user] </p>
]]></content:encoded>
			<wfw:commentRss>http://webonrails.com/2006/12/08/accessing-session-data-using-session_id/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
	</channel>
</rss>
