Latest Updates: 6110 RSS

  • Articles

    A question to all Mobile pundits

    Stii 10:19 am on January 16, 2009 | Comments: 4 Permalink | Reply
    Tags: 6110, ,

    nokia-6110nav-00I’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.

    I read the following which does not help much: S60 Platform: Web Browser Product Description. It is a brilliant document if ever you need it, it simply didn’t answer this specific question for me.

    I don’t really have much more time to spend researching the problem, so I thought I’ll try to crowdsource the answer… Hopefully someone has an answer, otherwise I’ll have to digg deeper :( Trying my luck and being lazy! ;-)

    UPDATE:
    The content of the cookie is 1

    Welcome back! You should subscribe to my RSS feed here.
    You should follow me on Twitter here
    You should follow me on Gatorpeeps here.

    Save Cape Town City Ballet
     
  • Articles

    Session/Cookie problems on some mobile phones

    Stii 1:09 pm on January 9, 2009 | Comments: 4 Permalink | Reply
    Tags: 6110, ,

    nokia-6110nav-00You’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’re using (like the Nokia 6110 Navigator) does not store the session cookie, thus your session is lost every time you load a page.

    You would probably run into this if your domain name is something like http://afrigator.mobi, without the www. or m. (i.e. without a domain prefix). The issue is that cookies for a specific domain are specified like:

    //Cookie domain
    $domain = '.afrigator.mobi';
    

    A phone like the Nokia 6110 Navigator (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 http://afrigator.mobi

    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’m speculating since I have not tried that, but will soon enough). Anyone know of any other solution?

    Save Cape Town City Ballet
     

About Me

Software developer at Afrigator.com Love Python, do PHP.
c
compose new post
j
next post/next comment
k
previous post/previous comment
r
reply
e
edit
o
show/hide comments
t
go to top
esc
cancel