Connecting Tech Pros Worldwide Help | Site Map

$_SESSION on a mobile phone

  #1  
Old July 5th, 2008, 01:15 AM
ajtrichards@googlemail.com
Guest
 
Posts: n/a
I have a web application that uses $_SESSION['tt-login']; to see if
the session is logged in.

Everything works fine when using an internet browser (Firefox, IE,
Flock, Safari) but when I try to access the page on my mobile phone
(Blackberry Curve) it doesn't register the session.

Can anyone explain this???

Regards,
Alex

alex(a)ajtrichards.co.uk
  #2  
Old July 5th, 2008, 06:15 PM
AnrDaemon
Guest
 
Posts: n/a

re: $_SESSION on a mobile phone


Greetings, ajtrichards@googlemail.com.
In reply to Your message dated Saturday, July 5, 2008, 4:10:28,
Quote:
I have a web application that uses $_SESSION['tt-login']; to see if
the session is logged in.
Quote:
Everything works fine when using an internet browser (Firefox, IE,
Flock, Safari) but when I try to access the page on my mobile phone
(Blackberry Curve) it doesn't register the session.
Quote:
Can anyone explain this???
Which browser you are using on cell phone?
Opera for example handling cookies perfectly.


--
Sincerely Yours, AnrDaemon <anrdaemon@freemail.ru>

  #3  
Old July 5th, 2008, 06:45 PM
ajtrichards@googlemail.com
Guest
 
Posts: n/a

re: $_SESSION on a mobile phone


On Jul 5, 6:05*pm, AnrDaemon <anrdae...@freemail.ruwrote:
Quote:
Greetings, ajtricha...@googlemail.com.
In reply to Your message dated Saturday, July 5, 2008, 4:10:28,
>
Quote:
I have a web application that uses $_SESSION['tt-login']; to see if
the session is logged in.
Everything works fine when using an internet browser (Firefox, IE,
Flock, Safari) but when I try to access the page on my mobile phone
(Blackberry Curve) it doesn't register the session.
Can anyone explain this???
>
Which browser you are using on cell phone?
Opera for example handling cookies perfectly.
>
--
Sincerely Yours, AnrDaemon <anrdae...@freemail.ru>
Hi.

I'm using the Blackberry Internet Browser - i'll download Opera Mobile
and post the results.

Will this make a difference though?

Thanks.
  #4  
Old July 8th, 2008, 12:05 AM
AnrDaemon
Guest
 
Posts: n/a

re: $_SESSION on a mobile phone


Greetings, ajtrichards@googlemail.com.
In reply to Your message dated Saturday, July 5, 2008, 21:42:33,
Quote:
Quote:
Quote:
I have a web application that uses $_SESSION['tt-login']; to see if
the session is logged in.
Everything works fine when using an internet browser (Firefox, IE,
Flock, Safari) but when I try to access the page on my mobile phone
(Blackberry Curve) it doesn't register the session.
Can anyone explain this???
>>
>Which browser you are using on cell phone?
>Opera for example handling cookies perfectly.
Quote:
I'm using the Blackberry Internet Browser - i'll download Opera Mobile
and post the results.
Quote:
Will this make a difference though?
It is depends on the way you're passing session id between pages.


--
Sincerely Yours, AnrDaemon <anrdaemon@freemail.ru>

Closed Thread


Similar Threads
Thread Thread Starter Forum Replies Last Post
session and PHPSESSID with mobile browser Arnaud answers 4 July 17th, 2005 01:47 AM