Appears that I've fixed it myself.
I've edited the "Include_Security.php" file and removed the session_start(); replacing that with my custom files. Can you tell me if I need to change any others please.
e.g.
//session_start();
include("../../../includes/vars.php");
include("../../../includes/sessions.php");
Thanks