--- Kris Yates <[EMAIL PROTECTED]> wrote: > What php.ini setting causes the following: > > A link in a document <a href="index.php">index</a> gets > modified by PHP, so that the end-user sees > <a href="index.php?PHPSESSID=(*Uwhatever*$GIODG">index</a> > > in the source? How do you turn this off?
session.use_trans_sid = 1 Make that 0. Chris ===== Become a better Web developer with the HTTP Developer's Handbook http://httphandbook.org/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php