<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Es Tea Double Eye &#187; 6110</title>
	<atom:link href="http://stii.co.za/tag/6110/feed/" rel="self" type="application/rss+xml" />
	<link>http://stii.co.za</link>
	<description>You&#039;re never too old for a happy childhood</description>
	<lastBuildDate>Fri, 19 Aug 2011 02:20:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<atom:link rel='hub' href='http://stii.co.za/?pushpress=hub'/>
		<item>
		<title>A question to all Mobile pundits</title>
		<link>http://stii.co.za/mobile-web/a-question-to-all-mobile-pundits/</link>
		<comments>http://stii.co.za/mobile-web/a-question-to-all-mobile-pundits/#comments</comments>
		<pubDate>Fri, 16 Jan 2009 08:19:06 +0000</pubDate>
		<dc:creator>Stii</dc:creator>
				<category><![CDATA[Mobile Web]]></category>
		<category><![CDATA[6110]]></category>
		<category><![CDATA[mobileweb]]></category>
		<category><![CDATA[nokia]]></category>

		<guid isPermaLink="false">http://stii.co.za/?p=232</guid>
		<description><![CDATA[I&#8217;ve got a question for or mobile developers. Why does mobile phones like the Nokia 6110 Navigator and Nokia E65 set a cookie named $Version when you access sites with the phone? Its not a cookie that gets set by the site, that much I know. It seems as if the browser sets that cookie. [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://stii.co.za/wp-content/uploads/2009/01/nokia-6110nav-00-197x400.jpg" alt="nokia-6110nav-00" title="nokia-6110nav-00" width="197" height="400" class="alignright size-medium wp-image-196" style="background: transparent" />I&#8217;ve got a question for or mobile developers. Why does mobile phones like the <a href="http://stii.co.za/mobile-web/sessioncookie-problems-on-some-mobile-phones/">Nokia 6110 Navigator</a> and <strong>Nokia E65</strong> set a cookie named <strong>$Version</strong> when you access sites with the phone? Its not a cookie that gets set by the site, that much I know. It seems as if the browser sets that cookie. </p>
<p>I read the following which does not help much: <a href="http://www.forum.nokia.com/info/sw.nokia.com/id/199b45f5-f3e3-4160-9879-265180abd65b/S60_Platform_Web_Browser_Product_Description_v1_0_en.pdf.html">S60 Platform: Web Browser Product Description</a>. It is a brilliant document if ever you need it, it simply didn&#8217;t answer this specific question for me.</p>
<p>I don&#8217;t really have much more time to spend researching the problem, so I thought I&#8217;ll try to <strong>crowdsource</strong> the answer&#8230; Hopefully someone has an answer, otherwise I&#8217;ll have to digg deeper :( Trying my luck and being lazy! ;-)</p>
<p>UPDATE:<br />
The content of the cookie is <strong>1</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://stii.co.za/mobile-web/a-question-to-all-mobile-pundits/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Session/Cookie problems on some mobile phones</title>
		<link>http://stii.co.za/mobile-web/sessioncookie-problems-on-some-mobile-phones/</link>
		<comments>http://stii.co.za/mobile-web/sessioncookie-problems-on-some-mobile-phones/#comments</comments>
		<pubDate>Fri, 09 Jan 2009 11:09:23 +0000</pubDate>
		<dc:creator>Stii</dc:creator>
				<category><![CDATA[Mobile Web]]></category>
		<category><![CDATA[6110]]></category>
		<category><![CDATA[mobileweb]]></category>
		<category><![CDATA[nokia]]></category>

		<guid isPermaLink="false">http://stii.co.za/?p=195</guid>
		<description><![CDATA[You&#8217;re busy developing a mobile site and have a log in section, but for the life of you you simply cannot log in. You dig deeper and find that for some daft reason that the mobile device you&#8217;re using (like the Nokia 6110 Navigator) does not store the session cookie, thus your session is lost [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://stii.co.za/wp-content/uploads/2009/01/nokia-6110nav-00-197x400.jpg" alt="nokia-6110nav-00" title="nokia-6110nav-00" width="197" height="400" class="alignright size-medium wp-image-196" />You&#8217;re busy developing a <strong>mobile site</strong> and have a log in section, but for the life of you you simply <strong>cannot log in</strong>. You dig deeper and find that for some daft reason that the mobile device you&#8217;re using (like the <strong>Nokia 6110 Navigator</strong>) does not store the <strong>session cookie</strong>, thus your session is lost every time you load a page. </p>
<p>You would probably run into this if your domain name is something like <a href="http://afrigator.mobi">http://afrigator.mobi</a>, without the <strong>www.</strong> or <strong>m.</strong> (i.e. without a domain prefix). The issue is that cookies for a specific domain are specified like: </p>
<pre>
//Cookie domain
$domain = '.afrigator.mobi';
</pre>
<p>A phone like the <strong>Nokia 6110 Navigator</strong> (its the phone I use, but there may well be lots more) is looking for the domain prefix (the www. or m.) and fails to store the cookie if none is present like in the case of <strong>http://afrigator.mobi</strong></p>
<p>A pain in the butt which you might want to be aware of! The solution? Add a prefix should work. Downloading and installing Opera Mini could also work (although, I&#8217;m speculating since I have not tried that, but will soon enough). Anyone know of any other solution?</p>
]]></content:encoded>
			<wfw:commentRss>http://stii.co.za/mobile-web/sessioncookie-problems-on-some-mobile-phones/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

