<?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: Restoring Rails session data when cookies aren&#8217;t available</title>
	<atom:link href="http://kev.in/2007/08/30/restoring-rails-session-data-when-cookies-arent-available.html/feed" rel="self" type="application/rss+xml" />
	<link>http://kev.in/2007/08/30/restoring-rails-session-data-when-cookies-arent-available.html</link>
	<description>"It was a musical thing and you were supposed to sing"</description>
	<lastBuildDate>Fri, 05 Mar 2010 12:54:57 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Tiago</title>
		<link>http://kev.in/2007/08/30/restoring-rails-session-data-when-cookies-arent-available.html/comment-page-1#comment-29164</link>
		<dc:creator>Tiago</dc:creator>
		<pubDate>Fri, 05 Mar 2010 12:54:57 +0000</pubDate>
		<guid isPermaLink="false">http://railsauthority.com/tutorial/restoring-rails-session-data-when-cookies-arent-available#comment-29164</guid>
		<description>Do you have any idea about how retrieve the session if I&#039;m using mem_cached_store?
Because the DEFAULT_SESSION_OPTIONS[: database_manager] is aways nil for me.</description>
		<content:encoded><![CDATA[<p>Do you have any idea about how retrieve the session if I&#8217;m using mem_cached_store?<br />
Because the DEFAULT_SESSION_OPTIONS[: database_manager] is aways nil for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robb Shecter</title>
		<link>http://kev.in/2007/08/30/restoring-rails-session-data-when-cookies-arent-available.html/comment-page-1#comment-18105</link>
		<dc:creator>Robb Shecter</dc:creator>
		<pubDate>Fri, 22 May 2009 01:05:30 +0000</pubDate>
		<guid isPermaLink="false">http://railsauthority.com/tutorial/restoring-rails-session-data-when-cookies-arent-available#comment-18105</guid>
		<description>Any idea how this would work in Rails 2.3?</description>
		<content:encoded><![CDATA[<p>Any idea how this would work in Rails 2.3?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Atul Veer</title>
		<link>http://kev.in/2007/08/30/restoring-rails-session-data-when-cookies-arent-available.html/comment-page-1#comment-14950</link>
		<dc:creator>Atul Veer</dc:creator>
		<pubDate>Mon, 23 Feb 2009 07:56:53 +0000</pubDate>
		<guid isPermaLink="false">http://railsauthority.com/tutorial/restoring-rails-session-data-when-cookies-arent-available#comment-14950</guid>
		<description>Hi Kevin,

Thanks a lot for this post.

I am facing same issue, however for me requests which are coming from Flash works  95 % of the time, WITHOUT any changes to sessions you are suggesting. In some cases it is not working (Rails thinks request coming from Flash is a new user request and user is redirected to login page.)

I tried to implement the solution you suggested, however setup of my app is different and I am not able to send session_key along with the request. I am rendering flash component in a iframe, image submitting functionality is handled by the flash component, I dont have a form  in views, hence I am not able to send session_key as a parameter.

Can you please explain me how you are integrating flash component? and how the code in views works in your case?

Thanks in advance,
- Atul</description>
		<content:encoded><![CDATA[<p>Hi Kevin,</p>
<p>Thanks a lot for this post.</p>
<p>I am facing same issue, however for me requests which are coming from Flash works  95 % of the time, WITHOUT any changes to sessions you are suggesting. In some cases it is not working (Rails thinks request coming from Flash is a new user request and user is redirected to login page.)</p>
<p>I tried to implement the solution you suggested, however setup of my app is different and I am not able to send session_key along with the request. I am rendering flash component in a iframe, image submitting functionality is handled by the flash component, I dont have a form  in views, hence I am not able to send session_key as a parameter.</p>
<p>Can you please explain me how you are integrating flash component? and how the code in views works in your case?</p>
<p>Thanks in advance,<br />
- Atul</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jan</title>
		<link>http://kev.in/2007/08/30/restoring-rails-session-data-when-cookies-arent-available.html/comment-page-1#comment-13092</link>
		<dc:creator>Jan</dc:creator>
		<pubDate>Sun, 15 Jun 2008 22:51:08 +0000</pubDate>
		<guid isPermaLink="false">http://railsauthority.com/tutorial/restoring-rails-session-data-when-cookies-arent-available#comment-13092</guid>
		<description>Hi,

thanks for the nice solution.

One remark: I am using active_record_store for the session storage and there find_session was not available. I had to use find_by_session_id.

Cheers,
Jan</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>thanks for the nice solution.</p>
<p>One remark: I am using active_record_store for the session storage and there find_session was not available. I had to use find_by_session_id.</p>
<p>Cheers,<br />
Jan</p>
]]></content:encoded>
	</item>
</channel>
</rss>
