deva
04-19-2003, 12:44 PM
Hi every1 I've recently installed php 4.0.6 and I found out that it doesn't keep $_SESSION stuff.
I checked phpinfo() and everything seems ok: ...
--enable-trans-sid , Session Support enabled, session.use_trans_sid 1, session.name PHPSESSID...
$PHPSESSID works and I printed it:
13824a92bb7f8549406ed616283a8be00
But if I try to store values like $_SESSION["a"] = "hello" and then call $_SESSION["a"] from anoter page ... nothing at all. I used session_start() at the top of the page.
thanx
regards
I checked phpinfo() and everything seems ok: ...
--enable-trans-sid , Session Support enabled, session.use_trans_sid 1, session.name PHPSESSID...
$PHPSESSID works and I printed it:
13824a92bb7f8549406ed616283a8be00
But if I try to store values like $_SESSION["a"] = "hello" and then call $_SESSION["a"] from anoter page ... nothing at all. I used session_start() at the top of the page.
thanx
regards