Hi all,
When I started using phpwiki a year or so ago, sometimes I'd see
&?PHPSESSID appended to relative URLs, which would break the phpwiki
linking system. Only seemed to affect the first URL clicked.
It was caused (apparently) by a bug in PHP so I followed the advice
on this page:
http://phpwiki.sourceforge.net/phpwiki/IndexPhp
(adding ini_set('session.use_trans_sid', 0); to index.php)
and it worked again. All was well.
But the problem seems to have (re)appeared since my ISP upgraded to
PHP 4.3 a couple of days ago.
http://www.sitewriter.net/phpinfo.php
tells me that php was indeed complied with --enable-trans-sid but
that's all I know.
See it in action:
http://sitewriter.net
Click 'HomePage' and you get:
http://sitewriter.net/pages/HomePage&?PHPSESSID=4abdf7fd688d4e6752a195abd083a427#63
Or similar
Any ideas?
John.
|