Hi,
As I would like to use sessions on my site, to id who is acessing it. To make my life easier, I would like to pass the session id via URL by automatic rewriting - as describe in the PHP manual.
However, I tried to recompile PHP with the --enable-trans-id, and although no errors appeared during the compilation process, when I run the phpinfo(), the old Configure command appears, and the automatic rewriting doesn´t work.
So, what should I do ? How should I recompile it ?
Priscilla.