Author |
Need advanced WAP help! |
Sentertainment Joined: Jan 04, 2004 Posts: 290 PM, WWW
|
Ok...
Here it is:
Does a PHP session ( start_session() ) create a cookie?
Either way, will this function work on WAP devices that don't support cookies?
----------Sentertainment.net---------- http://www.sentertainment.net/ |
|
vmaliwal1987 Joined: Sep 05, 2004 Posts: 75 From: Calcutta PM |
The php session most probably does create a cookie but no it will not work on wap devices which do not support cookies
This message was posted from a T230 |
wapchimp Joined: Jun 09, 2002 Posts: > 500 From: Land of the chimps PM, WWW
|
Best check on the sonyericsson developers website and look through some white papers. Mobiles are not made with php in mind, unlike wml |
govigov Joined: Jul 30, 2004 Posts: > 500 From: Back home - Cochin PM |
Try howard forums.
This message was posted from a T230 |
Johnex Joined: Nov 26, 2002 Posts: > 500 From: Stockholm/Sweden PM, WWW
|
The sessions do work....but it looses the link some times. I found this out while writing my wap chat and testing go on my phone. Just use session_start(); and then register the session with the $session[] array...pm me for more help, or talk to me at http://wap.johnex.se/forums.php :-) just create a new topic and i'll help you gladly.
This message was posted from a Z1010 |
|