Edit report at https://bugs.php.net/bug.php?id=61562&edit=1
ID: 61562 Updated by: yohg...@php.net Reported by: yohg...@php.net Summary: session.use_only_cookies does not work -Status: Open +Status: Assigned Type: Bug Package: Session related Operating System: ANY PHP Version: 5.4.0 -Assigned To: +Assigned To: yohgaki Block user comment: N Private report: N Previous Comments: ------------------------------------------------------------------------ [2012-03-30 10:04:40] yohg...@php.net Description: ------------ When session.use_trans_sid=on and session.use_only_cookies=off, Trans SID should work. However, current code requires session.use_cookie=off to make Trans SID work. Test script: --------------- N/A Expected result: ---------------- When session.use_trans_sid=on and session.use_only_cookies=off, Trans SID should work. Actual result: -------------- session.use_cookie=off is needed to make Trans SID work. ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=61562&edit=1