Forum Moderators: coopster
[Sat Mar 31 12:47:18 2012] [error] [client 000.000.000.00] PHP Warning: session_start() [<a href='function.session-start'>function.session-start</a>]: Cannot send session cache limiter - headers already sent (output started at /var/www/vhosts/test_site.com/httpdocs/some_files/file.html:50) in /var/www/vhosts/test_site.com/httpdocs/some_files/file.html on line 55, referer: [test_site.com...]
[Sat Mar 31 12:47:29 2012] [error] [client 000.000.000.00] PHP Notice: A session had already been started - ignoring session_start() in /var/www/vhosts/test_site.com/httpdocs/some_files/file_1.html on line 67, referer: [test_site.com...]
any ideas as to why this has been happening?
<?php
if (!isset($_SESSION)) {
session_start();
}
?>
Set-Cookie:PHPSESSID=ac588btkl03a3t7g9tjb8dvun6; path=/
Expires:Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control:no-cache, no-store, must-revalidate, post-check=0, pre-check=0
Pragma:no-cache
Cache-Control:max-age=21600
Expires:Sun, 01 Apr 2012 20:03:21 GMT