Re: incomplete cookies with PHP

2000-11-18 Thread Andrei Ivanov
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_registe

incomplete cookies with PHP

2000-11-18 Thread Greg Strockbine
Debian potato, Apache 1.3.12, PHP _4.0.3pl1-0potato1.deb I've tried the PHP mailing lists, archives, knowledge bases, etc. out of desparation I'm posting here. when I use session_start () I get a cookie or /tmp/sess* file that only contains the variables' name but no value. I've rebuilt PHP abo