I am using a 4.3.2. version of PHP on Apache 1.3 Win2k. Here's the problem
I've come across - when I jump from a page a.php to b.php using <a
href="b.php>click here</a> statement the sessions work fine
but when I use PHP's header("location: b.php"); expression a new session is
created and the data from the previous one is lost. Anyone familiar with
this problem? Any known solutions? It's been really driving me nuts!
Thanks

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to