In-Portal Issue Tracker - In-Portal CMS
Viewing Issue Advanced Details
1375 [In-Portal CMS] Data Management bug report always 2012-08-17 09:21 2012-08-17 09:27
alex  
alex  
normal  
resolved 5.2.0  
fixed  
 
none 5.2.1-B1  
https://groups.google.com/d/topic/in-portal-bugs/xJWNNF-1qec/discussion
Fixes session cookies sent in PHP CLI
1
0001375: Session cookies are sent out from PHP CLI
Session-related cookies (sid, cookies_on, etc.) are sent, when session must not be used.

This can be detected only, when /tools/cron.php is executed from PHP CLI and "Cannot modify header information - headers already sent by ..." warning is raised.
related to 0001340closed  (5.2.0)alex Don't use session in scheduled tasks 
patch session_get_mode_in_php_cli.patch (439) 2012-08-17 09:21
http://tracker.in-portal.org/file_download.php?file_id=1779&type=bug
Issue History
2012-08-17 09:27 alex Changeset attached 5.2.x r15516
2012-08-17 09:27 alex Note Added: 0005138
2012-08-17 09:27 alex Status reviewed and tested => resolved
2012-08-17 09:27 alex Fixed in Version => 5.2.1-B1
2012-08-17 09:27 alex Resolution open => fixed
2012-08-17 09:27 alex Assigned To !COMMUNITY => alex
2012-08-17 09:26 alex Note Added: 0005137
2012-08-17 09:26 alex Status needs testing => reviewed and tested
2012-08-17 09:26 alex Assigned To => !COMMUNITY
2012-08-17 09:26 alex Developer => alex
2012-08-17 09:26 alex Status active => needs testing
2012-08-17 09:26 alex Reference => https://groups.google.com/d/topic/in-portal-bugs/xJWNNF-1qec/discussion
2012-08-17 09:21 alex Relationship added related to 0001340
2012-08-17 09:21 alex New Issue
2012-08-17 09:21 alex File Added: session_get_mode_in_php_cli.patch
2012-08-17 09:21 alex Change Log Message => Fixes session cookies sent in PHP CLI
2012-08-17 09:21 alex Estimate Points => 1

Notes
(0005137)
alex   
2012-08-17 09:26   
Will test all together later.
(0005138)
alex   
2012-08-17 09:27   
Fix committed to 5.2.x branch. Commit Message:

Fixes 0001375: Session cookies are sent out from PHP CLI