HI. a bit frustrated. I'm trying to get my sessions to work and it does on some computers and others it doesn't.
So this is what i'm doing...
I first call the session which is:
session_start();
i do this in the main php page. Note that i do have 'require' files that use session variables, and i have tried calling all other pages the 'session_start();, but i don't believe this is nessessary.
and the second thing is that i just go ahead and start assigning values to the session doing this:
$_SESSION['phpbuilder'] = 'is great...thank gawd for it';
is there something in between these two steps i'm missing?
Thanks..
DOminic SOn :mad: