|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2017-09-19 13:55 UTC] requinix@php.net
-Status: Open
+Status: Feedback
[2017-09-19 13:55 UTC] requinix@php.net
[2017-09-19 14:32 UTC] k dot michalak at kstudio dot pl
[2017-09-19 14:43 UTC] requinix@php.net
-Status: Feedback
+Status: Not a bug
[2017-09-19 14:43 UTC] requinix@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Nov 18 05:00:01 2025 UTC |
Description: ------------ We cannot change session settings after header send Test script: --------------- <?php echo "OK"; ini_set('session.use_cookies', 0); Expected result: ---------------- OK Actual result: -------------- OK Warning: ini_set(): Headers already sent. You cannot change the session module's ini settings at this time in /home/test/test020.php on line 5