Hey guys 🙂 Good to be back in this forum..Can u tell me what's probably causing this error msg?

Warning: Cannot send session cache limiter - headers already sent (output started at c:\wwwroot\intra_header.inc:2) in c:\wwwroot\access\logging_in.php on line 43

Thanks yeah!

    Mainly you get this kind of error when you send output taetx before you send the html headers.
    session_start() sholud be the first istruction loaded in all your php file script or however first of any instruction that send html output..
    hope this helps
    😃 J@ystick_FI😃

      Write a Reply...