If you get PHPSESSID appended to your querystring, never share it with anyone.
PHPSESSID usually gets sent as a cookie, so the fact that it's visible for the enduser should come as no surprise. It's just usually hidden from the UI. But if you have …
Hulloh! I just answered this in another thread: http://forum.status.net/discussion/1689/enabling-twitter-with-1.0.0alpha5-throws-pear-db-errors.
My environment included running the site in php-cgi but running daemons (of course) through php-cli, un…
Hey, I have had this problem too! My environment included running the site in php-cgi but running daemons (of course) through php-cli, under later versions of Ubuntu.
The default settings for mysqli.reconnect in /etc/php5/cgi/php.ini was:
mysqli.re…