<?xml version="1.0" encoding="utf-8"?><!-- generator="wordpress/1.5.1.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: cache_page - phpWebSite page level cache module</title>
	<link>http://v1.magicbeandip.com/archives/2005/04/18/cache_page-phpwebsite-page-level-cache-module/</link>
	<description>Make Magical Things Commonplace</description>
	<pubDate>Tue, 06 Jan 2009 10:08:11 +0000</pubDate>
	<generator>http://wordpress.org/?v=1.5.1.2</generator>

	<item>
		<title>by: MikeMajorowicz</title>
		<link>http://v1.magicbeandip.com/archives/2005/04/18/cache_page-phpwebsite-page-level-cache-module/#comment-1559</link>
		<pubDate>Mon, 17 Jul 2006 11:54:06 +0000</pubDate>
		<guid>http://v1.magicbeandip.com/archives/2005/04/18/cache_page-phpwebsite-page-level-cache-module/#comment-1559</guid>
					<description>Marc -

There is something funky going on with your php sessions.  phpwebsite uses an md5 hash for the session_name and the session_name for your site is PHPSESSIONID.

I'm guessing you installed something that has modified the session behavior and is interfering with Cache_Page

If I delete the cookies for your site and then reload the page, it is always served from the cache.

Before that I'm guessing it's not serving the page from cache because it thinks I'm logged in.</description>
		<content:encoded><![CDATA[	<p>Marc -</p>
	<p>There is something funky going on with your php sessions.  phpwebsite uses an md5 hash for the session_name and the session_name for your site is PHPSESSIONID.</p>
	<p>I&#8217;m guessing you installed something that has modified the session behavior and is interfering with Cache_Page</p>
	<p>If I delete the cookies for your site and then reload the page, it is always served from the cache.</p>
	<p>Before that I&#8217;m guessing it&#8217;s not serving the page from cache because it thinks I&#8217;m logged in.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Marc</title>
		<link>http://v1.magicbeandip.com/archives/2005/04/18/cache_page-phpwebsite-page-level-cache-module/#comment-1555</link>
		<pubDate>Sun, 16 Jul 2006 21:48:33 +0000</pubDate>
		<guid>http://v1.magicbeandip.com/archives/2005/04/18/cache_page-phpwebsite-page-level-cache-module/#comment-1555</guid>
					<description>sorry... i couldn't post the state...

have a look at http://www.marcrisse.de</description>
		<content:encoded><![CDATA[	<p>sorry&#8230; i couldn&#8217;t post the state&#8230;</p>
	<p>have a look at <a href='http://www.marcrisse.de' rel='nofollow'>http://www.marcrisse.de</a>
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Marc</title>
		<link>http://v1.magicbeandip.com/archives/2005/04/18/cache_page-phpwebsite-page-level-cache-module/#comment-1554</link>
		<pubDate>Sun, 16 Jul 2006 21:45:15 +0000</pubDate>
		<guid>http://v1.magicbeandip.com/archives/2005/04/18/cache_page-phpwebsite-page-level-cache-module/#comment-1554</guid>
					<description>Hi

i tried to run pagecache... but it wont cache. all time same status:






wasn't logged in, an no GETs or POSTs were sent :-(
the dir files/cache_page/cache is empty all the time (world writeable!)

any idea??

thanks,

Marc</description>
		<content:encoded><![CDATA[	<p>Hi</p>
	<p>i tried to run pagecache&#8230; but it wont cache. all time same status:</p>
	<p>wasn&#8217;t logged in, an no GETs or POSTs were sent <img src='http://v1.magicbeandip.com/wp-images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /><br />
the dir files/cache_page/cache is empty all the time (world writeable!)</p>
	<p>any idea??</p>
	<p>thanks,</p>
	<p>Marc
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Cache</title>
		<link>http://v1.magicbeandip.com/archives/2005/04/18/cache_page-phpwebsite-page-level-cache-module/#comment-1139</link>
		<pubDate>Mon, 27 Feb 2006 20:09:24 +0000</pubDate>
		<guid>http://v1.magicbeandip.com/archives/2005/04/18/cache_page-phpwebsite-page-level-cache-module/#comment-1139</guid>
					<description>Brilliant! had just posted in the phpwebsite forum about a flat cache when after a bit of searching I found your module.
Thank you !
:)</description>
		<content:encoded><![CDATA[	<p>Brilliant! had just posted in the phpwebsite forum about a flat cache when after a bit of searching I found your module.<br />
Thank you !<br />
:)
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: SRI</title>
		<link>http://v1.magicbeandip.com/archives/2005/04/18/cache_page-phpwebsite-page-level-cache-module/#comment-800</link>
		<pubDate>Wed, 30 Nov 2005 13:03:29 +0000</pubDate>
		<guid>http://v1.magicbeandip.com/archives/2005/04/18/cache_page-phpwebsite-page-level-cache-module/#comment-800</guid>
					<description>Sorry for my english.
I tried your script with phpWS 0.10.2 on apache and everything went well. But on IIS pages are cahed but not refreshed. I just can se only the first page.
Try my website on http://braga.cne-escutismo.pt/site

Can you help me.

Thanks,
SRI</description>
		<content:encoded><![CDATA[	<p>Sorry for my english.<br />
I tried your script with phpWS 0.10.2 on apache and everything went well. But on IIS pages are cahed but not refreshed. I just can se only the first page.<br />
Try my website on <a href='http://braga.cne-escutismo.pt/site' rel='nofollow'>http://braga.cne-escutismo.pt/site</a></p>
	<p>Can you help me.</p>
	<p>Thanks,<br />
SRI
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: MikeMajorowicz</title>
		<link>http://v1.magicbeandip.com/archives/2005/04/18/cache_page-phpwebsite-page-level-cache-module/#comment-681</link>
		<pubDate>Wed, 09 Nov 2005 21:37:15 +0000</pubDate>
		<guid>http://v1.magicbeandip.com/archives/2005/04/18/cache_page-phpwebsite-page-level-cache-module/#comment-681</guid>
					<description>Guy-

Thanks for your help testing Cache Page with phpWebSite 0.10.2!</description>
		<content:encoded><![CDATA[	<p>Guy-</p>
	<p>Thanks for your help testing Cache Page with phpWebSite 0.10.2!
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Guy</title>
		<link>http://v1.magicbeandip.com/archives/2005/04/18/cache_page-phpwebsite-page-level-cache-module/#comment-593</link>
		<pubDate>Thu, 27 Oct 2005 18:45:44 +0000</pubDate>
		<guid>http://v1.magicbeandip.com/archives/2005/04/18/cache_page-phpwebsite-page-level-cache-module/#comment-593</guid>
					<description>I tried your script.  I like the concept, but tried it on phpWS 0.10.2 - everything went well until I tried to change the calendar file settings.  I got error messages about a missing file.  I had used the 0.10.1 patch file.  I'm sorry, I did this a few days ago and reverted everything so I don't have the messages handy.

I'm really just writing to inquire whether you know of any issues with 0.10.2.

Thanks,
Guy</description>
		<content:encoded><![CDATA[	<p>I tried your script.  I like the concept, but tried it on phpWS 0.10.2 - everything went well until I tried to change the calendar file settings.  I got error messages about a missing file.  I had used the 0.10.1 patch file.  I&#8217;m sorry, I did this a few days ago and reverted everything so I don&#8217;t have the messages handy.</p>
	<p>I&#8217;m really just writing to inquire whether you know of any issues with 0.10.2.</p>
	<p>Thanks,<br />
Guy
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
