<?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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:ymaps="http://api.maps.yahoo.com/Maps/V2/AnnotatedMaps.xsd"	>
<channel>
	<title>Comments on: Installing sfGuardPlugin in symfony 1.1 &#8212; A Guide for the Perplexed</title>
	<atom:link href="http://www.codebelay.com/blog/2008/08/18/installing-sfguardplugin-in-symfony-11-a-guide-for-the-perplexed/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.codebelay.com/blog/2008/08/18/installing-sfguardplugin-in-symfony-11-a-guide-for-the-perplexed/</link>
	<description>Safely Reach New Tech Heights Through Our Startup Insights</description>
	<lastBuildDate>Sun, 05 Feb 2012 01:14:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Thomas Boerger</title>
		<link>http://www.codebelay.com/blog/2008/08/18/installing-sfguardplugin-in-symfony-11-a-guide-for-the-perplexed/comment-page-1/#comment-6424</link>
		<dc:creator>Thomas Boerger</dc:creator>
		<pubDate>Wed, 26 Nov 2008 15:23:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.codebelay.com/blog/?p=116#comment-6424</guid>
		<description>If you really want to clear everything on the session try soemthing like this:

public function executeSignout($request) {
  $this-&gt;getUser()-&gt;getParameterHolder()-&gt;clear();
  parent::executeSignout($request);
}</description>
		<content:encoded><![CDATA[<p>If you really want to clear everything on the session try soemthing like this:</p>
<p>public function executeSignout($request) {<br />
  $this-&gt;getUser()-&gt;getParameterHolder()-&gt;clear();<br />
  parent::executeSignout($request);<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas Boerger</title>
		<link>http://www.codebelay.com/blog/2008/08/18/installing-sfguardplugin-in-symfony-11-a-guide-for-the-perplexed/comment-page-1/#comment-6423</link>
		<dc:creator>Thomas Boerger</dc:creator>
		<pubDate>Wed, 26 Nov 2008 15:11:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.codebelay.com/blog/?p=116#comment-6423</guid>
		<description>http://eatmymonkeydust.com/2008/08/symfony-security-sessions-not-cleared-when-logging-out/#comment-273</description>
		<content:encoded><![CDATA[<p><a href="http://eatmymonkeydust.com/2008/08/symfony-security-sessions-not-cleared-when-logging-out/#comment-273" rel="nofollow">http://eatmymonkeydust.com/2008/08/symfony-security-sessions-not-cleared-when-logging-out/#comment-273</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kévin Dunglas</title>
		<link>http://www.codebelay.com/blog/2008/08/18/installing-sfguardplugin-in-symfony-11-a-guide-for-the-perplexed/comment-page-1/#comment-6046</link>
		<dc:creator>Kévin Dunglas</dc:creator>
		<pubDate>Tue, 14 Oct 2008 16:51:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.codebelay.com/blog/?p=116#comment-6046</guid>
		<description>... a nice day :)</description>
		<content:encoded><![CDATA[<p>&#8230; a nice day <img src='http://www.codebelay.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kévin Dunglas</title>
		<link>http://www.codebelay.com/blog/2008/08/18/installing-sfguardplugin-in-symfony-11-a-guide-for-the-perplexed/comment-page-1/#comment-6045</link>
		<dc:creator>Kévin Dunglas</dc:creator>
		<pubDate>Tue, 14 Oct 2008 16:51:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.codebelay.com/blog/?p=116#comment-6045</guid>
		<description>Hi,
thanks for this how-to.

To avoid PHP&#039;s strict standards errors use this snippet:

	public function executeSignout($request) {
		session_destroy();
		session_write_close();
		session_regenerate_id();
		
		parent::executeSignout($request);
	}

It just respect the method signature :)

Have</description>
		<content:encoded><![CDATA[<p>Hi,<br />
thanks for this how-to.</p>
<p>To avoid PHP&#8217;s strict standards errors use this snippet:</p>
<p>	public function executeSignout($request) {<br />
		session_destroy();<br />
		session_write_close();<br />
		session_regenerate_id();</p>
<p>		parent::executeSignout($request);<br />
	}</p>
<p>It just respect the method signature <img src='http://www.codebelay.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Have</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Codebelay Blog &#187; sfGuardPlugin: The Extra Documentation</title>
		<link>http://www.codebelay.com/blog/2008/08/18/installing-sfguardplugin-in-symfony-11-a-guide-for-the-perplexed/comment-page-1/#comment-5919</link>
		<dc:creator>The Codebelay Blog &#187; sfGuardPlugin: The Extra Documentation</dc:creator>
		<pubDate>Mon, 22 Sep 2008 18:50:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.codebelay.com/blog/?p=116#comment-5919</guid>
		<description>[...] The docs haven&#8217;t been updated since March, so if something isn&#8217;t working, please refer to my previous blog post on installing the sfGuardPlugin. [...]</description>
		<content:encoded><![CDATA[<p>[...] The docs haven&#8217;t been updated since March, so if something isn&#8217;t working, please refer to my previous blog post on installing the sfGuardPlugin. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: barce</title>
		<link>http://www.codebelay.com/blog/2008/08/18/installing-sfguardplugin-in-symfony-11-a-guide-for-the-perplexed/comment-page-1/#comment-5768</link>
		<dc:creator>barce</dc:creator>
		<pubDate>Tue, 26 Aug 2008 23:50:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.codebelay.com/blog/?p=116#comment-5768</guid>
		<description>@Leonardo Diaz Yes, you are correct. I put all the code I need in the project/apps/sfGuardAuth folder.

@Teikweidi I took a look at the source code and no, you can&#039;t do functional testing with sfGuardAuth on. If you look at the source for utils/sfBrowser.php you&#039;ll see a line that says, &quot;FIXME.&quot; Below that line, you&#039;ll see that there is no code for handling sfGuardAuth for functional tests.

For now, I recommend using Selenium IDE.

http://selenium-ide.openqa.org/</description>
		<content:encoded><![CDATA[<p>@Leonardo Diaz Yes, you are correct. I put all the code I need in the project/apps/sfGuardAuth folder.</p>
<p>@Teikweidi I took a look at the source code and no, you can&#8217;t do functional testing with sfGuardAuth on. If you look at the source for utils/sfBrowser.php you&#8217;ll see a line that says, &#8220;FIXME.&#8221; Below that line, you&#8217;ll see that there is no code for handling sfGuardAuth for functional tests.</p>
<p>For now, I recommend using Selenium IDE.</p>
<p><a href="http://selenium-ide.openqa.org/" rel="nofollow">http://selenium-ide.openqa.org/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leonardo Diaz</title>
		<link>http://www.codebelay.com/blog/2008/08/18/installing-sfguardplugin-in-symfony-11-a-guide-for-the-perplexed/comment-page-1/#comment-5765</link>
		<dc:creator>Leonardo Diaz</dc:creator>
		<pubDate>Tue, 26 Aug 2008 15:37:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.codebelay.com/blog/?p=116#comment-5765</guid>
		<description>I think you does not need to hack the plugin, its better left the plugin clean, so you can update later when the bug is resolved. Fortunatelly symfony lets you use your own module and action for that purpose. So if you need to change the method then you can create a module with the name of the plugin and in the actions file, you code your own method to logout, symfony handles the rest. I must say that I have not done this with sfGuardPlugin but with other ones, so I pressume it works with this one.</description>
		<content:encoded><![CDATA[<p>I think you does not need to hack the plugin, its better left the plugin clean, so you can update later when the bug is resolved. Fortunatelly symfony lets you use your own module and action for that purpose. So if you need to change the method then you can create a module with the name of the plugin and in the actions file, you code your own method to logout, symfony handles the rest. I must say that I have not done this with sfGuardPlugin but with other ones, so I pressume it works with this one.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Teikweidi</title>
		<link>http://www.codebelay.com/blog/2008/08/18/installing-sfguardplugin-in-symfony-11-a-guide-for-the-perplexed/comment-page-1/#comment-5760</link>
		<dc:creator>Teikweidi</dc:creator>
		<pubDate>Tue, 26 Aug 2008 05:22:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.codebelay.com/blog/?p=116#comment-5760</guid>
		<description>Hi Jim,

I could have used your post earlier, but I setup my sfGuardPlugin a little bit before your post.  I am using Symfony 1.1, Propel 1.3, and database session management.  I have a question that is the natural next step to sfGuard setup.

Do you know of any good tutorial for how to test a module/action behind sfGuardAuth?  I looked at the plugin and I don&#039;t see any tests included with it.  I looked on Google, and didn&#039;t see anything posted (a functional test tutorial, complete with session integration would be great).  Even functional testing source code for other small projects would do the trick.  I even tried to look for the subversion repository associated with sfGuard to see if tests where in the repository.  I tried posting to the Symfony Forum, got 65 views, but no suggestions.  I was hoping that maybe you are in the same boat, and could shed some light on it.

Thanks.</description>
		<content:encoded><![CDATA[<p>Hi Jim,</p>
<p>I could have used your post earlier, but I setup my sfGuardPlugin a little bit before your post.  I am using Symfony 1.1, Propel 1.3, and database session management.  I have a question that is the natural next step to sfGuard setup.</p>
<p>Do you know of any good tutorial for how to test a module/action behind sfGuardAuth?  I looked at the plugin and I don&#8217;t see any tests included with it.  I looked on Google, and didn&#8217;t see anything posted (a functional test tutorial, complete with session integration would be great).  Even functional testing source code for other small projects would do the trick.  I even tried to look for the subversion repository associated with sfGuard to see if tests where in the repository.  I tried posting to the Symfony Forum, got 65 views, but no suggestions.  I was hoping that maybe you are in the same boat, and could shed some light on it.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.286 seconds -->

