Hi,
Just received the following error upon running some scripts that
utilize sessions. Don't know what it means by "cache limiter". Can
someone please clarify?
I have a script called "displaypreowne d.php" that begins with
"session_start( )" and a few lines later have a line
"include("datab aseconnector.ph p")" and "include("stock display.php")"
which in themself also have "session_start( )" in it. Don't know if
these multiple "session_start( )" caused the error. I tried a test
script with multiple lines of "session_start( )" without problem so I'm
not too sure.
Warning: Cannot send session cache limiter - headers already sent
(output started at /stock/displaypreowned .php:8) in
/stock/displaypreowned .php on line 9
Just received the following error upon running some scripts that
utilize sessions. Don't know what it means by "cache limiter". Can
someone please clarify?
I have a script called "displaypreowne d.php" that begins with
"session_start( )" and a few lines later have a line
"include("datab aseconnector.ph p")" and "include("stock display.php")"
which in themself also have "session_start( )" in it. Don't know if
these multiple "session_start( )" caused the error. I tried a test
script with multiple lines of "session_start( )" without problem so I'm
not too sure.
Warning: Cannot send session cache limiter - headers already sent
(output started at /stock/displaypreowned .php:8) in
/stock/displaypreowned .php on line 9
Comment