ID: 21786 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Bogus Bug Type: Session related Operating System: Redhat 6.1 PHP Version: 4.3.0 New Comment:
Sorry, but your problem does not imply a bug in PHP itself. For a list of more appropriate places to ask for help using PHP, please visit http://www.php.net/support.php as this bug system is not the appropriate forum for asking support questions. Thank you for your interest in PHP. Works fine here. Check your php.ini settings and read the manual here: http://www.php.net/manual/en/ref.session.php hint: register_globals & php.ini Previous Comments: ------------------------------------------------------------------------ [2003-01-20 19:00:58] [EMAIL PROTECTED] Hi, I lately upgraded from 4.1.2 to 4.3.0... And then after a little while I noticed... Sessions are not written, that is, the DATA of it is not... session_start generates a session indeed, I see it when I print the ID# or even look in my /tmp folder... I see it right there... but when I view the session file, I see the variable name I used with register, but NO VALUE!!! if I (just for fun) get my FORM from POST to GET, I DO see the value... but when I do <? session_start(); session_register('testthis'); print "$testthis - BLA"; ?> I *ONLY* get " - BLA" and nothing else.... I searched the bugs-database, and I saw more peeps have this problem... Is this a known BUG, or...? ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=21786&edit=1
