I am getting those errors for my CakePHP application
Warning (2): Cannot modify header information - headers already sent by (output started at /myapp/vendor/cakephp/cakephp/src/basics.php:93) [CORE/src/Network/Session.php, line 573]
Warning (2): session_regenerate_id() [function.session-regenerate-id]: Cannot regenerate session id - headers already sent [CORE/src/Network/Session.php, line 576]
The problem is that they appear only if I try to access my webpage from a mobile. Any ideas how can I solve that issue ?