From:             bruce at web-graphique dot com
Operating system: windows xp
PHP version:      Irrelevant
PHP Bug Type:     Documentation problem
Bug description:  Conflicting default settings listed for 
session.use_only_cookies

Description:
------------
In the manual, in the section titled "CXXXVII. Session Handling
Functions", (http://us2.php.net/manual/en/ref.session.php), Table 1 says
that the default for session.use_only_cookies is "1".

However, later on the page it says that the default for
session.use_only_cookies is 0:

"session.use_only_cookies specifies whether the module will only use
cookies to store the session id on the client side. Defaults to 0
(disabled, for backward compatibility). Enabling this setting prevents
attacks involved passing session ids in URLs. This setting was added in
PHP 4.3.0."


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

Reply via email to