Re: [PHP] PHPSESSID auto-append

2003-07-16 Thread Chris Shiflett
--- Kris Yates <[EMAIL PROTECTED]> wrote: > What php.ini setting causes the following: > > A link in a document index gets > modified by PHP, so that the end-user sees > index > > in the source? How do you turn this off? session.use_trans_sid = 1 Make that 0. Chris = Become a better Web d

Re: [PHP] PHPSESSID auto-append

2003-07-16 Thread Jason Wong
On Wednesday 16 July 2003 22:45, Kris Yates wrote: > What php.ini setting causes the following: > > A link in a document index gets modified by PHP, > so that the end-user sees > index > > in the source? How do you turn this off? session.use_trans_sid -- Jason Wong -> Gremlins Associates -> www.

[PHP] PHPSESSID auto-append

2003-07-16 Thread Kris Yates
What php.ini setting causes the following: A link in a document index gets modified by PHP, so that the end-user sees index in the source? How do you turn this off? Thanks, Kris -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php