tags:

views:

55

answers:

1

How to solve :

Warning: session_start() [function.session-start]: The session id is too long or contains illegal characters, valid characters are a-z, A-Z, 0-9 and '-,' in ..... on line 3

Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at ......:3) in ..... on line 3

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at .....:3) in ..... on line 3

A: 

have a look at this session_start() discussion

kgb
How do you end up with illegal characters in `PHPSESSID` in the first place? Aren't they generated by PHP automatically?
Lèse majesté