Hi all,
Does anyone know if mobile devices support PHP sessions?
This is how i'm declaring the pages:
I know the sessions work etc, as i've been testing in FF. As soon as I try it on the Openwave Simulator, none of my session variables are working. Is this problem to do with passing the Session ID? Should it be passed in the URL?
Cheers,
Rich
Does anyone know if mobile devices support PHP sessions?
This is how i'm declaring the pages:
Code:
<?php
session_name('HikingID'); session_start();
?>
I know the sessions work etc, as i've been testing in FF. As soon as I try it on the Openwave Simulator, none of my session variables are working. Is this problem to do with passing the Session ID? Should it be passed in the URL?
Cheers,
Rich
Last edited: