From:             sambukkaa at hotmail dot com
Operating system: win2k Advanced
PHP version:      5.0.1
PHP Bug Type:     Session related
Bug description:  server sessions disabled when browser cookies are disabled

Description:
------------
I have tested it only with MS Internet explorer.

The Session functions are working well in all means as long as the cookies
of the client browser are activated.

Actually, they don't have nothing in common!

I suppose that since the sessions are actually cookies which are saved on
the server are created with the same routine, which generate cookies for
the browser and there is the connection for this misbehaviour.


Reproduce code:
---------------
1) call any php page that works with sessions and make sure it works.
2) disable cookies of the explorer and test it once more.
and see that sessions do not work.


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

Reply via email to