<?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: Symfony sfGuardUser &#8220;remember me&#8221; checkbox/cookie does not work</title>
	<atom:link href="http://eatmymonkeydust.com/2008/07/symfony-sfguarduser-remember-me-checkboxcookie-does-not-work/feed/" rel="self" type="application/rss+xml" />
	<link>http://eatmymonkeydust.com/2008/07/symfony-sfguarduser-remember-me-checkboxcookie-does-not-work/</link>
	<description>Life, PHP and Symfony - straight from the monkey's mouth</description>
	<lastBuildDate>Tue, 07 Sep 2010 00:33:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: charles</title>
		<link>http://eatmymonkeydust.com/2008/07/symfony-sfguarduser-remember-me-checkboxcookie-does-not-work/comment-page-1/#comment-341</link>
		<dc:creator>charles</dc:creator>
		<pubDate>Fri, 09 Oct 2009 14:15:55 +0000</pubDate>
		<guid isPermaLink="false">http://eatmymonkeydust.com/?p=34#comment-341</guid>
		<description>Hi,

I&#039;m concerned about this IP checking thing. Your solution worked like a charm for me but for a day only, since most ISPs renew their IPs each day when you get back to your site the day after your cookie value no longer matches your IP which has probably changed over night. I&#039;m working on a solution that does not rely on your IP. Keep you guys posted...</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I&#8217;m concerned about this IP checking thing. Your solution worked like a charm for me but for a day only, since most ISPs renew their IPs each day when you get back to your site the day after your cookie value no longer matches your IP which has probably changed over night. I&#8217;m working on a solution that does not rely on your IP. Keep you guys posted&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: saturn1</title>
		<link>http://eatmymonkeydust.com/2008/07/symfony-sfguarduser-remember-me-checkboxcookie-does-not-work/comment-page-1/#comment-338</link>
		<dc:creator>saturn1</dc:creator>
		<pubDate>Sun, 06 Sep 2009 19:21:15 +0000</pubDate>
		<guid isPermaLink="false">http://eatmymonkeydust.com/?p=34#comment-338</guid>
		<description>Thank you, very usefull :)</description>
		<content:encoded><![CDATA[<p>Thank you, very usefull <img src='http://eatmymonkeydust.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Recent URLs tagged Checkbox - Urlrecorder</title>
		<link>http://eatmymonkeydust.com/2008/07/symfony-sfguarduser-remember-me-checkboxcookie-does-not-work/comment-page-1/#comment-308</link>
		<dc:creator>Recent URLs tagged Checkbox - Urlrecorder</dc:creator>
		<pubDate>Tue, 14 Apr 2009 04:46:32 +0000</pubDate>
		<guid isPermaLink="false">http://eatmymonkeydust.com/?p=34#comment-308</guid>
		<description>[...] recorded first by twhid on 2009-03-08&#8594; Symfony sfGuardUser “remember me” checkbox/cookie does not work [...]</description>
		<content:encoded><![CDATA[<p>[...] recorded first by twhid on 2009-03-08&rarr; Symfony sfGuardUser “remember me” checkbox/cookie does not work [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fullo</title>
		<link>http://eatmymonkeydust.com/2008/07/symfony-sfguarduser-remember-me-checkboxcookie-does-not-work/comment-page-1/#comment-281</link>
		<dc:creator>fullo</dc:creator>
		<pubDate>Fri, 05 Dec 2008 15:10:52 +0000</pubDate>
		<guid isPermaLink="false">http://eatmymonkeydust.com/?p=34#comment-281</guid>
		<description>I fixed overriding the isAuthenticated() method in the myUser class:

I&#039;ve added the code in a trac comment http://trac.symfony-project.org/ticket/3868</description>
		<content:encoded><![CDATA[<p>I fixed overriding the isAuthenticated() method in the myUser class:</p>
<p>I&#8217;ve added the code in a trac comment <a href="http://trac.symfony-project.org/ticket/3868" rel="nofollow">http://trac.symfony-project.org/ticket/3868</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christian</title>
		<link>http://eatmymonkeydust.com/2008/07/symfony-sfguarduser-remember-me-checkboxcookie-does-not-work/comment-page-1/#comment-269</link>
		<dc:creator>Christian</dc:creator>
		<pubDate>Thu, 11 Sep 2008 17:41:37 +0000</pubDate>
		<guid isPermaLink="false">http://eatmymonkeydust.com/?p=34#comment-269</guid>
		<description>Hi Ross,

thanks for your instant reply. I tried to set

all:
  is_secure:   off

for a module that does not need to be secure, but it didn t change anything. I also tried

all:
  is_secure:   off
  credentials: []

without success. Very strange indeed... Any other suggestions? Thank you in advance!</description>
		<content:encoded><![CDATA[<p>Hi Ross,</p>
<p>thanks for your instant reply. I tried to set</p>
<p>all:<br />
  is_secure:   off</p>
<p>for a module that does not need to be secure, but it didn t change anything. I also tried</p>
<p>all:<br />
  is_secure:   off<br />
  credentials: []</p>
<p>without success. Very strange indeed&#8230; Any other suggestions? Thank you in advance!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Russ</title>
		<link>http://eatmymonkeydust.com/2008/07/symfony-sfguarduser-remember-me-checkboxcookie-does-not-work/comment-page-1/#comment-268</link>
		<dc:creator>Russ</dc:creator>
		<pubDate>Thu, 11 Sep 2008 10:24:41 +0000</pubDate>
		<guid isPermaLink="false">http://eatmymonkeydust.com/?p=34#comment-268</guid>
		<description>Hi Christian,

You probably have to explicitly set security: off in all your &quot;insecure&quot; modules with this approach, I think I have seen it mentioned elsewhere also.

Regards,
Russ.</description>
		<content:encoded><![CDATA[<p>Hi Christian,</p>
<p>You probably have to explicitly set security: off in all your &#8220;insecure&#8221; modules with this approach, I think I have seen it mentioned elsewhere also.</p>
<p>Regards,<br />
Russ.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christian</title>
		<link>http://eatmymonkeydust.com/2008/07/symfony-sfguarduser-remember-me-checkboxcookie-does-not-work/comment-page-1/#comment-267</link>
		<dc:creator>Christian</dc:creator>
		<pubDate>Thu, 11 Sep 2008 05:55:23 +0000</pubDate>
		<guid isPermaLink="false">http://eatmymonkeydust.com/?p=34#comment-267</guid>
		<description>Great remark, Guglielmo Celata! I followed your advise and the remember me cookie works! But I got another problem: this modification seems to trigger a global secure: on! That is, once I m not anymore logged, I have the login page by default and cannot access any other non-secure page anymore without relogging. Any idea why? Does anybody have the same problem?

Thanks again for this insightful post!</description>
		<content:encoded><![CDATA[<p>Great remark, Guglielmo Celata! I followed your advise and the remember me cookie works! But I got another problem: this modification seems to trigger a global secure: on! That is, once I m not anymore logged, I have the login page by default and cannot access any other non-secure page anymore without relogging. Any idea why? Does anybody have the same problem?</p>
<p>Thanks again for this insightful post!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Codebelay Blog &#187; Installing sfGuardPlugin in symfony 1.1 &#8212; A Guide for the Perplexed</title>
		<link>http://eatmymonkeydust.com/2008/07/symfony-sfguarduser-remember-me-checkboxcookie-does-not-work/comment-page-1/#comment-165</link>
		<dc:creator>The Codebelay Blog &#187; Installing sfGuardPlugin in symfony 1.1 &#8212; A Guide for the Perplexed</dc:creator>
		<pubDate>Mon, 18 Aug 2008 18:39:20 +0000</pubDate>
		<guid isPermaLink="false">http://eatmymonkeydust.com/?p=34#comment-165</guid>
		<description>[...] Does your remember me cookie not work?  [...]</description>
		<content:encoded><![CDATA[<p>[...] Does your remember me cookie not work?  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rpsblog.com &#187; A week of symfony #82 (21-&#38;gt;27 july 2008)</title>
		<link>http://eatmymonkeydust.com/2008/07/symfony-sfguarduser-remember-me-checkboxcookie-does-not-work/comment-page-1/#comment-154</link>
		<dc:creator>rpsblog.com &#187; A week of symfony #82 (21-&#38;gt;27 july 2008)</dc:creator>
		<pubDate>Thu, 31 Jul 2008 23:23:01 +0000</pubDate>
		<guid isPermaLink="false">http://eatmymonkeydust.com/?p=34#comment-154</guid>
		<description>[...] Symfony sfGuardUser “remember me” checkbox/cookie does not work  [...]</description>
		<content:encoded><![CDATA[<p>[...] Symfony sfGuardUser “remember me” checkbox/cookie does not work  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sh1ny</title>
		<link>http://eatmymonkeydust.com/2008/07/symfony-sfguarduser-remember-me-checkboxcookie-does-not-work/comment-page-1/#comment-152</link>
		<dc:creator>sh1ny</dc:creator>
		<pubDate>Wed, 30 Jul 2008 09:24:51 +0000</pubDate>
		<guid isPermaLink="false">http://eatmymonkeydust.com/?p=34#comment-152</guid>
		<description>Nothing to sorry about. All of this is really a trivial problem, that is not documented anywhere and i suspect has been around since ages. After digging around for the problem, i found out the guy who did symfonians.net had this solved using the first approach ( with adding a new filter ), but i couldn&#039;t find any referent posts to this. Maybe some people see it as an obvious solution or too easy to figure, but im sure the average symfony newcomer won&#039;t guess it first try. So the more people write about it, the higher the chance that we help someone, even for a small task like this :)</description>
		<content:encoded><![CDATA[<p>Nothing to sorry about. All of this is really a trivial problem, that is not documented anywhere and i suspect has been around since ages. After digging around for the problem, i found out the guy who did symfonians.net had this solved using the first approach ( with adding a new filter ), but i couldn&#8217;t find any referent posts to this. Maybe some people see it as an obvious solution or too easy to figure, but im sure the average symfony newcomer won&#8217;t guess it first try. So the more people write about it, the higher the chance that we help someone, even for a small task like this <img src='http://eatmymonkeydust.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
