From:             motion_4u at hotmail dot com
Operating system: Windows 2000 advanced server
PHP version:      4.3.6RC3
PHP Bug Type:     Session related
Bug description:  no change in documentations about Session error with ver. 4.3.5 & 
4.3.6 RC3 

Description:
------------
Reloading a page that saves a variable in a session, restarts and produce
a new session variable, loosing the old one.

This problem was solved marvelously with version 4.3.4 and came back with
the newer versions.



There is an other problem with conjunction with cookies and sessions in
php.ini file.

It is clear that cookies that are saved on the server are sessions but
whenever the variable session.use_cookies=0

no sessions are saved! and if session.use_cookies=1

sessions are saved correctly but must also be saved as cookies on the
client side, meaning that in order to use sessions, the client is forced
to enable cookies which is not necessary.



 


-- 
Edit bug report at http://bugs.php.net/?id=27989&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=27989&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=27989&r=trysnapshot5
Fixed in CVS:               http://bugs.php.net/fix.php?id=27989&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=27989&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=27989&r=needtrace
Need Reproduce Script:      http://bugs.php.net/fix.php?id=27989&r=needscript
Try newer version:          http://bugs.php.net/fix.php?id=27989&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=27989&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=27989&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=27989&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=27989&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=27989&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=27989&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=27989&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=27989&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=27989&r=gnused
Floating point limitations: http://bugs.php.net/fix.php?id=27989&r=float

Reply via email to