Frank Rust wrote:
I try to check if a session is registered. This works fine if
I first do some output
echo "abc";
if (!session_is_registered('userid')) { do_something(); }
else { redirect_to_somewhere(); }
and I can't redirect to another page ...
If I comment out the echo statement I get alw
Frank Rust wrote:
I try to check if a session is registered. This works fine if
I first do some output
echo "abc";
if (!session_is_registered('userid')) { do_something(); }
else { redirect_to_somewhere(); }
and I can't redirect to another page ...
If I comment out the echo statement I get alw
Thanks everyone. I solved the problem by upgrading 4.0.6 to 4.1.2.
Norman
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
3 matches
Mail list logo