<?php
session_save_path(ROOT.SLASH.'.sid');
session_start();
?>
<b>Notice</b>: Use of undefined constant ROOT - assumed 'ROOT' in <b>/home/...</b> on line <b>145</b>
<b>Notice</b>: Use of undefined constant SLASH - assumed 'SLASH' in <b>/home/...</b> on line <b>145</b>
<b>Notice</b>: A session had already been started - ignoring session_start() in <b>/home/...</b>
on line <b>146</b>