From:             brian dot goodgroves at ntlworld dot com
Operating system: MS Windows XP Pro
PHP version:      4.3.3
PHP Bug Type:     Session related
Bug description:  Can not store / call sessions

Description:
------------
I first noticed a problem after upgrading to php version 4.3.3 when my own
username and password script for my website simply stopped working for no
reason...
After much head scratching and rewrites of my php.ini and httpd.conf files
I still had not gained an answer.
I then decided to add a news section to my website that enabled me to
login from any internet enabled computer and add, edit, or delete
content.
The file/script I used is called PHPNews and can be obtained from
http://newsphp.sourceforge.net/
I went for the above file/script as I had used it before and I knew it
would do what I needed.
After installing the above file/script I noticed that it too would not led
me login to the admin section of my website...?
At this point it came to me that I only started to have problems after
upgrading to the latest version of php and apache...
I have tested a few scripts with an old release of apache and the problem
is still there so I can only assume that its the latest version of php
that has a few issues with sessions.

Reproduce code:
---------------
I do not have the above script installed now so I can not provide a URL or
code example.

Expected result:
----------------
I expect php to hold each session but it simply does not since I have
upgraded to version 4.3.3


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

Reply via email to