I had a problem like this once: cookies wouldnt set. Session variables
wouldnt get registered. Solution was simple enough: turn off misconfigured
junkbuster (in my case it doesnt let cookies through).
But my script was a little different: 
I had
session_start();
$product1="Hal2000";
session_register("product1");

You might setting the variable value first and then saving it into
session.
Andrei


------------------------------------------------------------------
Andrei Ivanov
http://arshes.dyndns.org
[EMAIL PROTECTED]
12402354
------------------------------------------------------------------

Reply via email to