/
Scheduled tasks still using session [5.2.0]
Scheduled tasks still using session [5.2.0]
Imported from: http://groups.google.com/group/in-portal-bugs/browse_thread/thread/c4958d345fb5a9e7#
In
Error rendering macro 'jira' : Unable to locate Jira server for this macro. It may be due to Application Link configuration.
task (in 5.2.0) we've made change due which session isn't stored to database (session methods are still available in code).After further testing in 5.2.1-B1 we've discovered, that session-related cookies (sid, cookies_on, etc.) are still sent. 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.
session_get_mode_in_php_cli.patch
Related Tasks