ID:               31166
 Updated by:       [EMAIL PROTECTED]
 Reported By:      jeffb at gpscity dot com
-Status:           Open
+Status:           Feedback
 Bug Type:         Session related
 Operating System: Red Hat Linux release 7.2 (NTT/V
 PHP Version:      4.3.9
 New Comment:

Thank you for this bug report. To properly diagnose the problem, we
need a short but complete example script to be able to reproduce
this bug ourselves. 

A proper reproducing script starts with <?php and ends with ?>,
is max. 10-20 lines long and does not require any external 
resources such as databases, etc.

If possible, make the script source available online and provide
an URL to it here. Try avoid embedding huge scripts into the report.




Previous Comments:
------------------------------------------------------------------------

[2004-12-18 01:02:52] jeffb at gpscity dot com

Description:
------------
I.m running:
- PHP 4.3.9
- Apache 1.3.33
- Red Hat Linux release 7.2 (NTT/VERIO EWH)

Some session variable values are getting written in the session file as
"spacer".  Yet all other variables are getting written correctly!  When
i set the session var & print out the $_SESSION array, it is showing
the value of the variable exactly as I set it. i.e.  I'm setting SKU to
one of our valid SKU's:
$_SESSION['SKU'] = "iway500c";
print_r($_SESSION);
Array
(
    [mycountry] => USA
    [mainhost] => localhost
    [environment] => local
    [SKU] => iway500c
)    

but in the session file written in /tmp it gets saved like this:
mycountry|s:3:"USA";mainhost|s:9:"localhost";environment|s:5:"local";SKU|s:6:"spacer";

I can change the name of the var to SKU2 or even my initials(JB), &
even the value to a different sku such as sp2620, but it always gets
saved as spacer, no matter what!!!

Any response would be appreciated?

Regards,
Jeff Brown




------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=31166&edit=1

Reply via email to