ПРосто если изменить куку с PHPSESSID и вместо id сесии удалить и оставить пустоту то ошибка выходит
Пробывал в $_COOKIE['PHPSESSID'] подстовлять всякие значения но почему то они не подстовляются
И такая вот ошибка
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 Z:\home\test1.ru\www\index.php on line 3
Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at Z:\home\test1.ru\www\index.php:3) in Z:\home\test1.ru\www\index.php on line 3
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at Z:\home\test1.ru\www\index.php:3) in Z:\home\test1.ru\www\index.php on line 3
Warning: Cannot modify header information - headers already sent by (output started at Z:\home\test1.ru\www\index.php:3) in Z:\home\test1.ru\www\index.php on line 7