De: Daniel Brown [mailto:parasane@xxxxxxxxx] On Fri, Apr 4, 2008 at 2:37 PM, Thiago Pojda <thiago.pojda@xxxxxxxxxxxxxxxxxx> wrote: > De: Ryan Yagatich [mailto:ryagatich@xxxxxxxxxx] <Ryan> > > you mean like session.use_trans_sid in php.ini? > </Ryan> > > How does this thing work anyway? As far as I read, it adds the > session id to every (default behavior) href and a hidden field in forms, right? <?php echo "http://www.domain.com/script.php?".session_name()."=".session_id(); ?> </Daniel P. Brown> I think it was supposed to add those stuff automagically...? Not quite sure I understood. I found litle doc on that setting, most results are people telling to not use it :) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php