another question about session.
hi, i'm using the $SID to pass around the session..
eg. http://www.abc.com?$SID
i understand tat i have to enabled session.use_trans_sid in order to use $SID.
everything works fine, until i upload my files into the server. values for $SID gone. i check the phpinfo and the session.use_trans_sid = 1, means it's enabled. wat is wrong?? is there anything to do with session.auto.start because it is set to 0 in the server.
pls help...
Mark Hensler posted this at 06:11 — 22nd August 2002.
He has: 4,048 posts
Joined: Aug 2000
from the manual: http://www.php.net/manual/en/ref.session.php
If set to TRUE, PHP will automatically pass $SID transparently (via cookie) if possible, and [if successfull] $SID will be an empty string.
Mark Hensler
If there is no answer on Google, then there is no question.
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.