Hi people. I'm having problems starting a session that was working fine on a 5.0.3 machine, but not now on a 5.2.3-0.dotdeb.0.
Even this simple script (test.php) <?php session_start(); ?> Outputs the following Warning: Warning: session_start() [function.session-start]: The session id contains illegal characters, valid characters are a-z, A-Z, 0-9 and '-,' in /home/site/www/sub/test.php on line 2 Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home/site/www/sub/test.php :2) in /home/site/www/sub/test.php on line 2 Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/site/www/sub/test.php :2) in /home/site/www/sub/test.php on line 2 The last two Warnings are simple enough, but has anyone come across the first? Not a hell of a lot on Google. Cheers Aaron --~--~---------~--~----~------------~-------~--~----~ NZ PHP Users Group: http://groups.google.com/group/nzphpug To post, send email to [email protected] To unsubscribe, send email to [EMAIL PROTECTED] -~----------~----~----~----~------~----~------~--~---
