<?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"
	>
<channel>
	<title>Comments on: MuVar (MultiVariate Testing Software) - The good, the bad, and the ugly</title>
	<atom:link href="http://steveoliphant.com/blog/2007/02/24/muvar-multivariate-testing-software-the-good-the-bad-and-the-ugly/feed/" rel="self" type="application/rss+xml" />
	<link>http://steveoliphant.com/blog/2007/02/24/muvar-multivariate-testing-software-the-good-the-bad-and-the-ugly/</link>
	<description>Reviews, Ramblings, Reminders</description>
	<pubDate>Wed, 19 Nov 2008 04:12:51 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: steveo</title>
		<link>http://steveoliphant.com/blog/2007/02/24/muvar-multivariate-testing-software-the-good-the-bad-and-the-ugly/#comment-6</link>
		<dc:creator>steveo</dc:creator>
		<pubDate>Fri, 04 May 2007 03:00:56 +0000</pubDate>
		<guid isPermaLink="false">http://steveoliphant.com/blog/2007/02/24/muvar-multivariate-testing-software-the-good-the-bad-and-the-ugly/#comment-6</guid>
		<description>1. Server is Red Hat Linux.
2. Timezone is set correctly. Issue is that cookies once created don't get overwritten or changed, so the first entry is fine, all after that contain the same as the first one.
3. From my php.ini:
session.use_cookies=1
session.cookie_lifetime=0
session.cookie_path = /
session.cookie_domain =

session.use_only_cookies is missing

The interesting thing is that I tested also on a FreeBSD based virtual server and saw the same problems. With both FireFox and IE. On two different computers!

I am sure I must be missing something if it works as is for the majority of users. Oh Well. I am not going to debug any more until I get a copy of the latest version. That one is looks very cool :)

-Steve Oliphant</description>
		<content:encoded><![CDATA[<p>1. Server is Red Hat Linux.<br />
2. Timezone is set correctly. Issue is that cookies once created don&#8217;t get overwritten or changed, so the first entry is fine, all after that contain the same as the first one.<br />
3. From my php.ini:<br />
session.use_cookies=1<br />
session.cookie_lifetime=0<br />
session.cookie_path = /<br />
session.cookie_domain =</p>
<p>session.use_only_cookies is missing</p>
<p>The interesting thing is that I tested also on a FreeBSD based virtual server and saw the same problems. With both FireFox and IE. On two different computers!</p>
<p>I am sure I must be missing something if it works as is for the majority of users. Oh Well. I am not going to debug any more until I get a copy of the latest version. That one is looks very cool <img src='http://steveoliphant.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>-Steve Oliphant</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fred Black</title>
		<link>http://steveoliphant.com/blog/2007/02/24/muvar-multivariate-testing-software-the-good-the-bad-and-the-ugly/#comment-5</link>
		<dc:creator>Fred Black</dc:creator>
		<pubDate>Thu, 19 Apr 2007 20:01:00 +0000</pubDate>
		<guid isPermaLink="false">http://steveoliphant.com/blog/2007/02/24/muvar-multivariate-testing-software-the-good-the-bad-and-the-ugly/#comment-5</guid>
		<description>Steve...
1) Is your server Windows or Unix based?  (I found that getenv function has some issues on Windows and needs to be replaced with $_Server[] - this applies to the original version, I don't know if this was changed in the new version.)

2) Is the time and timezone set correctly on your local PC And Server?  The cookies in Muvar (the original version) are set to expire in 10 hours, so if your PC is more than 10 hours off they may be deleted right away.  I think your issues seems to be that the cookies don't overwrite, or rather, new cookies get created each time... so read on...

2) Do you have access to the php.ini file?  If so, check the setting for session cookies, the following shows the ones I'm thinking about and their default values.

session.use_cookies=1
session.use_only_cookies=1
session.cookie_lifetime=0
session.cookie_path = /
session.cookie_domain = 

Just brain storming here...
Fred</description>
		<content:encoded><![CDATA[<p>Steve&#8230;<br />
1) Is your server Windows or Unix based?  (I found that getenv function has some issues on Windows and needs to be replaced with $_Server[] - this applies to the original version, I don&#8217;t know if this was changed in the new version.)</p>
<p>2) Is the time and timezone set correctly on your local PC And Server?  The cookies in Muvar (the original version) are set to expire in 10 hours, so if your PC is more than 10 hours off they may be deleted right away.  I think your issues seems to be that the cookies don&#8217;t overwrite, or rather, new cookies get created each time&#8230; so read on&#8230;</p>
<p>2) Do you have access to the php.ini file?  If so, check the setting for session cookies, the following shows the ones I&#8217;m thinking about and their default values.</p>
<p>session.use_cookies=1<br />
session.use_only_cookies=1<br />
session.cookie_lifetime=0<br />
session.cookie_path = /<br />
session.cookie_domain = </p>
<p>Just brain storming here&#8230;<br />
Fred</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cookkie basic &#187; MuVar (MultiVariate Testing Software) - The good, the bad, and the ugly</title>
		<link>http://steveoliphant.com/blog/2007/02/24/muvar-multivariate-testing-software-the-good-the-bad-and-the-ugly/#comment-1</link>
		<dc:creator>cookkie basic &#187; MuVar (MultiVariate Testing Software) - The good, the bad, and the ugly</dc:creator>
		<pubDate>Sat, 24 Feb 2007 20:59:14 +0000</pubDate>
		<guid isPermaLink="false">http://steveoliphant.com/blog/2007/02/24/muvar-multivariate-testing-software-the-good-the-bad-and-the-ugly/#comment-1</guid>
		<description>[...] Original post by Steve Oliphant&#8217;s Musings and software by Elliott Back    Posted 24 Feb, 2007 &#124;  Categories: Uncategorized&#160; [...]</description>
		<content:encoded><![CDATA[<p>[...] Original post by Steve Oliphant&#8217;s Musings and software by Elliott Back    Posted 24 Feb, 2007 |  Categories: Uncategorized&nbsp; [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
