From: [EMAIL PROTECTED] Operating system: PHP version: 4.3.0 PHP Bug Type: Unknown/Other Function Bug description: session_id invalid
Hello, I would like to subscribe an error, which I've found in PHP. This error occurs under some circumstances when trying to start session. I was trying to browse some web pages, which uses sessions in its PHP scripts and I allways got this error message: Warning: session_start() [function.session-start <http://www.php.net/function.session-start>]: The session id contains illegal characters, valid characters are only a-z, A-Z and 0-9 in d:\web\transfor\transfornet\login.php on line 4 So I have contacted the authors and after all we have found, that the only way to resolve this problem is changing my IP. After contacting my provider and changing my IP it worked... The error occured while using IP 195.122.219.13 After it was changed to 195.122.219.14 it is fine now. It seems to me, that session ID is generated using IP address and in some specific circumstances it gives not valid results. Sincerely, Jiri Kalous, Czech Republic [EMAIL PROTECTED] -- Edit bug report at http://bugs.php.net/?id=22036&edit=1 -- Try a CVS snapshot: http://bugs.php.net/fix.php?id=22036&r=trysnapshot Fixed in CVS: http://bugs.php.net/fix.php?id=22036&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=22036&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=22036&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=22036&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=22036&r=support Expected behavior: http://bugs.php.net/fix.php?id=22036&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=22036&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=22036&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=22036&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=22036&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=22036&r=dst IIS Stability: http://bugs.php.net/fix.php?id=22036&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=22036&r=gnused
