ID: 16627 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Feedback Bug Type: Session related Operating System: Linux 2.4.10 PHP Version: 4.2.0 New Comment:
afair SID is only defined when no session cookie was received? Previous Comments: ------------------------------------------------------------------------ [2002-04-16 03:31:46] [EMAIL PROTECTED] <?php session_start(); if ( SID != session_name() . '=' . session_id() ) echo 'shit'; else echo 'my fault'; ?> './configure' '--with-apxs2=/usr/httpd/sbin/apxs' '--with-mysql' '--with-gd' '--with-jpeg-dir=/usr' '--with-png-dir=/usr/lib' '--with-zlib=yes' '--with-xml' '--with-ttf' '--with-ftp' '--enable-trans-sid' '--enable-track-vars' '--enable-magic-quotes' '--enable-ftp' '--with-config-file-path=/etc/httpd2' '--with-sybase=/usr/freetds' '--with-pdflib=/usr/local' '--with-gettext' ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=16627&edit=1