<?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: Store Symfony Sessions in Database with Doctrine</title>
	<atom:link href="http://www.lampjunkie.com/2008/05/store-symfony-sessions-in-database-with-doctrine/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lampjunkie.com/2008/05/store-symfony-sessions-in-database-with-doctrine/</link>
	<description>Addicted to Linux  &#38; PHP</description>
	<lastBuildDate>Wed, 27 Jul 2011 23:55:56 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
	<item>
		<title>By: Colnector</title>
		<link>http://www.lampjunkie.com/2008/05/store-symfony-sessions-in-database-with-doctrine/#comment-344</link>
		<dc:creator>Colnector</dc:creator>
		<pubDate>Sun, 12 Oct 2008 20:22:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.lampjunkie.com/?p=28#comment-344</guid>
		<description>Thanks for this tutorial. Don&#039;t you think that having an sfAPCSessionStorage or sfMemcachedSessionStorage would be a much better solution for storing sessions than using a database? I mean, it does seem like database storage of session information can slow things down since this information is fetched on every request.</description>
		<content:encoded><![CDATA[<p>Thanks for this tutorial. Don&#8217;t you think that having an sfAPCSessionStorage or sfMemcachedSessionStorage would be a much better solution for storing sessions than using a database? I mean, it does seem like database storage of session information can slow things down since this information is fetched on every request.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Levan</title>
		<link>http://www.lampjunkie.com/2008/05/store-symfony-sessions-in-database-with-doctrine/#comment-343</link>
		<dc:creator>Levan</dc:creator>
		<pubDate>Wed, 08 Oct 2008 21:11:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.lampjunkie.com/?p=28#comment-343</guid>
		<description>Thanks for this nice tutorial. It seems I have yet to figure out the way to setup garbage collection properly. You see, I&#039;ve added another field to the table called user_id which enables me to figure out who&#039;s online, but the problem is, that even when user is logged out the session is not destroied fully (record in the table is not cleared completely) and  user appears online as long as he navigates on the site as an annonimous user. Perhaps this is a symfony only issue (using 1.0 here). I&#039;ll try to find a workaround.

Cheers!</description>
		<content:encoded><![CDATA[<p>Thanks for this nice tutorial. It seems I have yet to figure out the way to setup garbage collection properly. You see, I&#8217;ve added another field to the table called user_id which enables me to figure out who&#8217;s online, but the problem is, that even when user is logged out the session is not destroied fully (record in the table is not cleared completely) and  user appears online as long as he navigates on the site as an annonimous user. Perhaps this is a symfony only issue (using 1.0 here). I&#8217;ll try to find a workaround.</p>
<p>Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: marc</title>
		<link>http://www.lampjunkie.com/2008/05/store-symfony-sessions-in-database-with-doctrine/#comment-38</link>
		<dc:creator>marc</dc:creator>
		<pubDate>Sun, 11 May 2008 19:35:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.lampjunkie.com/?p=28#comment-38</guid>
		<description>Hey Andy, I&#039;m glad that you found the article useful! Thanks for the additional info on the index for the sess_id column. The other information your found out about session timeouts and posted on your blog was very useful, so I made sure to include the links above.

-Marc</description>
		<content:encoded><![CDATA[<p>Hey Andy, I&#8217;m glad that you found the article useful! Thanks for the additional info on the index for the sess_id column. The other information your found out about session timeouts and posted on your blog was very useful, so I made sure to include the links above.</p>
<p>-Marc</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andreas Stephan</title>
		<link>http://www.lampjunkie.com/2008/05/store-symfony-sessions-in-database-with-doctrine/#comment-37</link>
		<dc:creator>Andreas Stephan</dc:creator>
		<pubDate>Sun, 11 May 2008 09:24:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.lampjunkie.com/?p=28#comment-37</guid>
		<description>Hi, thanks for this great tutorial.
We have found that you have to add an index to the sess_id column in order to prevent the session management from getting horribly slow. Without the index,our update queries took up to 15 seconds! to complete, having 80.000 entries in the db. With the index added we&#039;re back to a few milliseconds. :)

So make sure you do: ALTER  TABLE  `sessions`  ADD  INDEX (  `sess_id`  );
Otherwise you will run into trouble.

Cheers from Hamburg, Germany

Andy</description>
		<content:encoded><![CDATA[<p>Hi, thanks for this great tutorial.<br />
We have found that you have to add an index to the sess_id column in order to prevent the session management from getting horribly slow. Without the index,our update queries took up to 15 seconds! to complete, having 80.000 entries in the db. With the index added we&#8217;re back to a few milliseconds. <img src='http://www.lampjunkie.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>So make sure you do: ALTER  TABLE  `sessions`  ADD  INDEX (  `sess_id`  );<br />
Otherwise you will run into trouble.</p>
<p>Cheers from Hamburg, Germany</p>
<p>Andy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: t8d blog &#187; Blog Archiv &#187; Symfony Sessions in MySql mit Doctrine</title>
		<link>http://www.lampjunkie.com/2008/05/store-symfony-sessions-in-database-with-doctrine/#comment-36</link>
		<dc:creator>t8d blog &#187; Blog Archiv &#187; Symfony Sessions in MySql mit Doctrine</dc:creator>
		<pubDate>Sun, 11 May 2008 09:19:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.lampjunkie.com/?p=28#comment-36</guid>
		<description>[...] Sessions in Zukuft in der Datenbank speichern. Wie das zusamen mit Doctrine funktioniert steht beim Lampjunkie sehr gut beschrieben. Weiterhin haben wir folgendes [...]</description>
		<content:encoded><![CDATA[<p>[...] Sessions in Zukuft in der Datenbank speichern. Wie das zusamen mit Doctrine funktioniert steht beim Lampjunkie sehr gut beschrieben. Weiterhin haben wir folgendes [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

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

