Re: Session variables

  •  04-21-2009, 10:03 AM

    Re: Session variables

    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
View Complete Thread