session.use_trans_sid On On
Im currently running FBSC 4.10/php 4.3.6, and the only difference with our session setup is session.use_trans_sid.
Mine is off.
For sessions to get lost means that either
a) You have cookies disabled in the browser
b) You are not using the SID constant in links/or not using session.use_trans_sid
So are you using cookies? If you accept cookies, are cookies stored in the browser?
If you are not using cookies, are you manually adding the SID constant to links, or is session.use_trans_sid actually working by adding the session id to your links (check the source of the page)?
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php