* Thus wrote A&M ImpacT [Tom Suter] ([EMAIL PROTECTED]): > Hey everyone, > > I'm using PHP 4.1.2 and I want to pass the SID through the URL when the user > switched off cookies. > > I enabled session.use_trans_sid in my php.ini, but that doesn't seem to > work. With cookies it works perfect.
Make sure for one you restart your webserver. Second, if I recall correctly, if both use_trans_sid and cookies are enabled, and you already have a cookie set, PHP wont parse the document and automatically put the session id on the urls. I had this same problem, deleting my cookie resovled the issue. HTH, Curt -- "I used to think I was indecisive, but now I'm not so sure." -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php