From:             jstanley at cenicola-helvin dot com
Operating system: Redhat 7.3
PHP version:      4.3.1
PHP Bug Type:     Session related
Bug description:  session_start The session id contains illegal characters

Redhat 7.3 w/ openssl 9.7a Apache 1.3.27

 './configure' '--enable-pic' '--enable-shared'
'--with-mysql=/usr/local/mysql' '--with-apache=../apache'
'--with-exec-dir=/usr/bin' '--with-gettext' '--with-gd'
'--with-freetype-dir=/usr' '--with-jpeg-dir' '--with-png-dir'
'--with-pdflib=/usr/local' '--with-zlib' '--enable-magic-quotes'
'--enable-safe-mode' '--enable-sockets' '--enable-sysvsem'
'--enable-sysvshm' '--enable-track-vars' '--enable-yp' '--enable-ftp'
'--with-sybase=/usr/local/freetds' '--with-db' '--with-gdbm'
'--enable-wddx' '--without-oracle' '--without-oci8' '--with-xml'
'--with-mhash=/usr/local' '--disable-short-tags'

I receive this error sporadically while using a site which worked
perfectly up until 4.3.1

If I reload the page the page executes properly.

Warning : session_start() [ function.session-start ]: The session id
contains illegal characters, valid characters are only a-z, A-Z and 0-9 in
/home/server/bv-bin/include/initialize_session.bv on line 45

Warning : session_start() [ function.session-start ]: Cannot send session
cache limiter - headers already sent (output started at
/home/server/bv-bin/include/initialize_session.bv:45) in
/home/server/bv-bin/include/initialize_session.bv on line 45

Warning : Cannot modify header information - headers already sent by
(output started at /home/server/bv-bin/include/initialize_session.bv:45)
in /home/server/bv-bin/include/initialize_session.bv on line 1148

Warning : Unknown(): The session id contains illegal characters, valid
characters are only a-z, A-Z and 0-9 in Unknown on line 0

Warning : Unknown(): Failed to write session data (files). Please verify
that the current setting of session.save_path is correct (/tmp) in Unknown
on line 0 
-- 
Edit bug report at http://bugs.php.net/?id=22484&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=22484&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=22484&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=22484&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=22484&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=22484&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=22484&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=22484&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=22484&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=22484&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=22484&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=22484&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=22484&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=22484&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=22484&r=gnused

Reply via email to