<?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:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for Genotrance</title>
	<atom:link href="http://genotrance.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://genotrance.wordpress.com</link>
	<description>Random thoughts, ideas and experiences</description>
	<lastBuildDate>Fri, 10 Jul 2009 13:53:33 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Session cookies rejected by Internet Explorer by Tobin Lehman</title>
		<link>http://genotrance.wordpress.com/2006/11/23/session-cookies-rejected-by-internet-explorer/#comment-3468</link>
		<dc:creator>Tobin Lehman</dc:creator>
		<pubDate>Fri, 10 Jul 2009 13:53:33 +0000</pubDate>
		<guid isPermaLink="false">http://genotrance.wordpress.com/2006/11/23/session-cookies-rejected-by-internet-explorer/#comment-3468</guid>
		<description>This is perfect. non-intrusive and worked like a charm for the shared env. Excellent idea and thanks for posting.</description>
		<content:encoded><![CDATA[<p>This is perfect. non-intrusive and worked like a charm for the shared env. Excellent idea and thanks for posting.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Unreasonable Firefox memory usage by Rita</title>
		<link>http://genotrance.wordpress.com/2006/12/17/unreasonable-firefox-memory-usage/#comment-2989</link>
		<dc:creator>Rita</dc:creator>
		<pubDate>Thu, 16 Apr 2009 17:25:49 +0000</pubDate>
		<guid isPermaLink="false">http://genotrance.wordpress.com/2006/12/17/unreasonable-firefox-memory-usage/#comment-2989</guid>
		<description>Ya guys using the Firefox ultimate optimizer really decrease the memory usage on Mozilla but the CPU stays the same.,</description>
		<content:encoded><![CDATA[<p>Ya guys using the Firefox ultimate optimizer really decrease the memory usage on Mozilla but the CPU stays the same.,</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Session cookies rejected by Internet Explorer by ma</title>
		<link>http://genotrance.wordpress.com/2006/11/23/session-cookies-rejected-by-internet-explorer/#comment-2948</link>
		<dc:creator>ma</dc:creator>
		<pubDate>Fri, 10 Apr 2009 11:02:23 +0000</pubDate>
		<guid isPermaLink="false">http://genotrance.wordpress.com/2006/11/23/session-cookies-rejected-by-internet-explorer/#comment-2948</guid>
		<description>BTW, my issue above was specific to ASP.NET, but the fix may help with any other similar development issues.</description>
		<content:encoded><![CDATA[<p>BTW, my issue above was specific to ASP.NET, but the fix may help with any other similar development issues.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Session cookies rejected by Internet Explorer by ma</title>
		<link>http://genotrance.wordpress.com/2006/11/23/session-cookies-rejected-by-internet-explorer/#comment-2947</link>
		<dc:creator>ma</dc:creator>
		<pubDate>Fri, 10 Apr 2009 10:59:48 +0000</pubDate>
		<guid isPermaLink="false">http://genotrance.wordpress.com/2006/11/23/session-cookies-rejected-by-internet-explorer/#comment-2947</guid>
		<description>I experienced a similar issue recently with the default Session cookie.

I was working with Blog Engine.NET, which does not use SessionState by default.  I made some alterations and uploaded to a site for testing, and things were working.  SessionState was only enabled for specific pages at this point.

I then updated the web.config to have the entire site use SessionState, and then the cookies wouldn&#039;t work at all with IE7, but they worked perfectly with Firefox.

My fix was to just delete all temp files and cookies in IE7, and then it started working again.</description>
		<content:encoded><![CDATA[<p>I experienced a similar issue recently with the default Session cookie.</p>
<p>I was working with Blog Engine.NET, which does not use SessionState by default.  I made some alterations and uploaded to a site for testing, and things were working.  SessionState was only enabled for specific pages at this point.</p>
<p>I then updated the web.config to have the entire site use SessionState, and then the cookies wouldn&#8217;t work at all with IE7, but they worked perfectly with Firefox.</p>
<p>My fix was to just delete all temp files and cookies in IE7, and then it started working again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Session cookies rejected by Internet Explorer by genotrance</title>
		<link>http://genotrance.wordpress.com/2006/11/23/session-cookies-rejected-by-internet-explorer/#comment-2924</link>
		<dc:creator>genotrance</dc:creator>
		<pubDate>Tue, 07 Apr 2009 03:28:59 +0000</pubDate>
		<guid isPermaLink="false">http://genotrance.wordpress.com/2006/11/23/session-cookies-rejected-by-internet-explorer/#comment-2924</guid>
		<description>I don&#039;t think IE likes _ period. Better to get rid of it.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t think IE likes _ period. Better to get rid of it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Session cookies rejected by Internet Explorer by Saint Tosin</title>
		<link>http://genotrance.wordpress.com/2006/11/23/session-cookies-rejected-by-internet-explorer/#comment-2920</link>
		<dc:creator>Saint Tosin</dc:creator>
		<pubDate>Mon, 06 Apr 2009 13:30:43 +0000</pubDate>
		<guid isPermaLink="false">http://genotrance.wordpress.com/2006/11/23/session-cookies-rejected-by-internet-explorer/#comment-2920</guid>
		<description>yeah pls also talking about the underscore, the initial page that sets d cookie doesnt have underscore but the page that is redirected to has an underscore, in the format &quot;www.mydomain.com/_members/&quot;, does this mean a thing?</description>
		<content:encoded><![CDATA[<p>yeah pls also talking about the underscore, the initial page that sets d cookie doesnt have underscore but the page that is redirected to has an underscore, in the format &#8220;www.mydomain.com/_members/&#8221;, does this mean a thing?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Session cookies rejected by Internet Explorer by Saint Tosin</title>
		<link>http://genotrance.wordpress.com/2006/11/23/session-cookies-rejected-by-internet-explorer/#comment-2919</link>
		<dc:creator>Saint Tosin</dc:creator>
		<pubDate>Mon, 06 Apr 2009 13:28:05 +0000</pubDate>
		<guid isPermaLink="false">http://genotrance.wordpress.com/2006/11/23/session-cookies-rejected-by-internet-explorer/#comment-2919</guid>
		<description>Hello all, i have this problem and till now its still persistent. i have tried all the options stated above but still IE and gchrome wont accept my login but FF does. i am using a lease server in usa, which means i mite not b able to control these features. any help will be appreciated.</description>
		<content:encoded><![CDATA[<p>Hello all, i have this problem and till now its still persistent. i have tried all the options stated above but still IE and gchrome wont accept my login but FF does. i am using a lease server in usa, which means i mite not b able to control these features. any help will be appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Clearaxis by genotrance</title>
		<link>http://genotrance.wordpress.com/applications/clearaxis/#comment-2790</link>
		<dc:creator>genotrance</dc:creator>
		<pubDate>Tue, 17 Mar 2009 05:05:01 +0000</pubDate>
		<guid isPermaLink="false">http://genotrance.wordpress.com/applications/clearaxis/#comment-2790</guid>
		<description>What is the location of the map file for CC7? Perhaps ClearAxis can&#039;t find it. I can spin a new build to accommodate the new path.

The lines to change in the map file are:

text_file_delta   xcompare
_html                 xcompare
_html2               xcompare
_xml                  xcompare
_xml2                xcompare

Change the .EXE paths to the ClearAxis binary.</description>
		<content:encoded><![CDATA[<p>What is the location of the map file for CC7? Perhaps ClearAxis can&#8217;t find it. I can spin a new build to accommodate the new path.</p>
<p>The lines to change in the map file are:</p>
<p>text_file_delta   xcompare<br />
_html                 xcompare<br />
_html2               xcompare<br />
_xml                  xcompare<br />
_xml2                xcompare</p>
<p>Change the .EXE paths to the ClearAxis binary.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Session cookies rejected by Internet Explorer by Ephdisc</title>
		<link>http://genotrance.wordpress.com/2006/11/23/session-cookies-rejected-by-internet-explorer/#comment-2785</link>
		<dc:creator>Ephdisc</dc:creator>
		<pubDate>Mon, 16 Mar 2009 17:04:38 +0000</pubDate>
		<guid isPermaLink="false">http://genotrance.wordpress.com/2006/11/23/session-cookies-rejected-by-internet-explorer/#comment-2785</guid>
		<description>It looks like this can be a problem with the way IE handles &quot;_&quot;. We had the same problem with this on a development server &quot;dev_version.1.1.domain&quot;. 

Dropping the &quot;_&quot; ( underscore ) seems to work.</description>
		<content:encoded><![CDATA[<p>It looks like this can be a problem with the way IE handles &#8220;_&#8221;. We had the same problem with this on a development server &#8220;dev_version.1.1.domain&#8221;. </p>
<p>Dropping the &#8220;_&#8221; ( underscore ) seems to work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on My Vim customization by Anoop Iyer</title>
		<link>http://genotrance.wordpress.com/2008/02/04/my-vim-customization/#comment-2781</link>
		<dc:creator>Anoop Iyer</dc:creator>
		<pubDate>Mon, 16 Mar 2009 08:06:01 +0000</pubDate>
		<guid isPermaLink="false">http://genotrance.wordpress.com/?p=94#comment-2781</guid>
		<description>Useful stuff. I use vim heavily but haven&#039;t updated my vim customizations since 2002-ish. I didn&#039;t even know about tabs. :)</description>
		<content:encoded><![CDATA[<p>Useful stuff. I use vim heavily but haven&#8217;t updated my vim customizations since 2002-ish. I didn&#8217;t even know about tabs. <img src='http://s.wordpress.com/wp-includes/images/smilies/face-smile.png' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
