Ok I have this ticket system embedded in my own site. But I cant understand why my sessions file is not working. This is the file that relates to other parts of my site and will customize the header for users. But its doing nothing here....below is the code i included.
<?php include('sessions01.php');
?>
And yes the sessions01.php is also in the osticket directory. And actually I get an error message saying sessions have already been set or something.
Thoughts?