From:             [EMAIL PROTECTED]
Operating system: Redhat 6.1
PHP version:      4.3.0
PHP Bug Type:     Session related
Bug description:  session starts, no data written

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 bug report at http://bugs.php.net/?id=21786&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=21786&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=21786&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=21786&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=21786&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=21786&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=21786&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=21786&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=21786&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=21786&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=21786&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=21786&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=21786&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=21786&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=21786&r=gnused

Reply via email to