From:             [EMAIL PROTECTED]
Operating system: RedHat Linux
PHP version:      4.2.1
PHP Bug Type:     Session related
Bug description:  session.use_cookies is ignored

The following code:

ini_set("session.use_cookies", "0");
session_name("Session");
session_start();

As reported in bug #18587 doesn't work with PHP 4.2.1. A cookies is
generated and carried by the browser, which isn't supposed to happen...

Any solutions, workarounds?

Regards,

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

Reply via email to