Hi,
my php is compile with --enable-trans-id, it will add in the PHPSESSID in all the link inside <a href>. However, it can't automatically add in the link inside Header(), I have to do it manually to add in PHPSESSID=$PHPSESSID.
Is there a way to force php to add in the PHPSESSID in for the link inside Header() automatically?
Thanks
Louis