Hi,
I'm writing a series of scripts that use SESSIONS to globalise variables, instead of using GLOBAL vars.
I'm not passing the SID between scripts, but the $_SESSION vars are working fine.
Reading about using sessions it seems that I should be passing the SID in the URL, which I'm not doing.
This worries me slightly, because I fear that this site will work fine on my local box but when I upload it to my server it won't.
Do I need to include the SID in urls as I move between pages with 4.2.2?
Cheers
Paul