<?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: Problems with restful_authentication Plugin and Internet Explorer Cookies</title>
	<atom:link href="http://blog.smartlogicsolutions.com/2008/07/11/problems-with-restful_authentication-plugin-and-internet-explorer-cookies/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.smartlogicsolutions.com/2008/07/11/problems-with-restful_authentication-plugin-and-internet-explorer-cookies/</link>
	<description>News and updates from the people at SmartLogic Solutions</description>
	<lastBuildDate>Sat, 17 Dec 2011 12:57:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: F</title>
		<link>http://blog.smartlogicsolutions.com/2008/07/11/problems-with-restful_authentication-plugin-and-internet-explorer-cookies/comment-page-1/#comment-5229</link>
		<dc:creator>F</dc:creator>
		<pubDate>Sat, 19 Mar 2011 02:16:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.smartlogicsolutions.com/2008/07/11/problems-with-restful_authentication-plugin-and-internet-explorer-cookies/#comment-5229</guid>
		<description>I faced the same problem with IE. IE sometimes does not set the session cookie if its name has an underscore.
In ActionController::Base.session in config/initializers/session_store.rb
the key generated by rails was _projectname_session. Those underscores were the culprit. After removing them, IE set the session cookie.
To help others who may face a similar situation, 
this problem manifested every few weeks, not all the time, and disappeared after a few hours. It seems for some people changing the expiration time of cookies fixed the problem
http://www.perlmonks.org/?node_id=625561 , but for me deleting the underscores fixed it.</description>
		<content:encoded><![CDATA[<p>I faced the same problem with IE. IE sometimes does not set the session cookie if its name has an underscore.<br />
In ActionController::Base.session in config/initializers/session_store.rb<br />
the key generated by rails was _projectname_session. Those underscores were the culprit. After removing them, IE set the session cookie.<br />
To help others who may face a similar situation,<br />
this problem manifested every few weeks, not all the time, and disappeared after a few hours. It seems for some people changing the expiration time of cookies fixed the problem<br />
<a href="http://www.perlmonks.org/?node_id=625561" rel="nofollow">http://www.perlmonks.org/?node_id=625561</a> , but for me deleting the underscores fixed it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Trupiano</title>
		<link>http://blog.smartlogicsolutions.com/2008/07/11/problems-with-restful_authentication-plugin-and-internet-explorer-cookies/comment-page-1/#comment-100</link>
		<dc:creator>John Trupiano</dc:creator>
		<pubDate>Mon, 14 Jul 2008 09:52:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.smartlogicsolutions.com/2008/07/11/problems-with-restful_authentication-plugin-and-internet-explorer-cookies/#comment-100</guid>
		<description>Thanks for the extra link George-- When you think about it, this is all really my fault.  A registrar wouldn&#039;t sell me a domain name with an _.  But there&#039;s nothing stopping me from setting up DNS for a subdomain with one...</description>
		<content:encoded><![CDATA[<p>Thanks for the extra link George&#8211; When you think about it, this is all really my fault.  A registrar wouldn&#8217;t sell me a domain name with an _.  But there&#8217;s nothing stopping me from setting up DNS for a subdomain with one&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: George Anderson</title>
		<link>http://blog.smartlogicsolutions.com/2008/07/11/problems-with-restful_authentication-plugin-and-internet-explorer-cookies/comment-page-1/#comment-99</link>
		<dc:creator>George Anderson</dc:creator>
		<pubDate>Sun, 13 Jul 2008 04:37:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.smartlogicsolutions.com/2008/07/11/problems-with-restful_authentication-plugin-and-internet-explorer-cookies/#comment-99</guid>
		<description>I ran into the same issue.  Frustrating, to say the least.  After suitably cursing IE, I came to discover underscores are verboten in domain names.

From: http://tools.ietf.org/html/rfc1035


[Domain names (including subdomains] must start with a letter, end with a letter or digit, and have as interior characters only letters, digits, and hyphen.


Hyphens, yes.  Underscores, no.

After working with Ruby for a bit, you start to prefer the underscore to the hyphen.  Unfortunately, that doesn&#039;t work with domain names.

Interestingly, using different forms on netsol.com to attempt to register a domain name with an underscore, you either break the page, or get a useful error message: &quot;Please use only letters, numbers or dashes [-]. Do not enter spaces, periods [.] or other punctuation.&quot;</description>
		<content:encoded><![CDATA[<p>I ran into the same issue.  Frustrating, to say the least.  After suitably cursing IE, I came to discover underscores are verboten in domain names.</p>
<p>From: <a href="http://tools.ietf.org/html/rfc1035" rel="nofollow">http://tools.ietf.org/html/rfc1035</a></p>
<p>[Domain names (including subdomains] must start with a letter, end with a letter or digit, and have as interior characters only letters, digits, and hyphen.</p>
<p>Hyphens, yes.  Underscores, no.</p>
<p>After working with Ruby for a bit, you start to prefer the underscore to the hyphen.  Unfortunately, that doesn&#8217;t work with domain names.</p>
<p>Interestingly, using different forms on netsol.com to attempt to register a domain name with an underscore, you either break the page, or get a useful error message: &#8220;Please use only letters, numbers or dashes [-]. Do not enter spaces, periods [.] or other punctuation.&#8221;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

