I'm getting this error:
Warning: session_start() : Cannot send session cache limiter - headers
already sent in
/home/httpd/vhosts/publicdomainsof tware.org/httpdocs/pdsIncludes/McSessionInfo.p hp
on line 34
This is line 33 to line 36 of that class:
function startSession() {
session_start() ;
session_registe r();
}
Why would this generate an error?
Warning: session_start() : Cannot send session cache limiter - headers
already sent in
/home/httpd/vhosts/publicdomainsof tware.org/httpdocs/pdsIncludes/McSessionInfo.p hp
on line 34
This is line 33 to line 36 of that class:
function startSession() {
session_start() ;
session_registe r();
}
Why would this generate an error?
Comment