Posted by Mattia Gentilini on 06/21/07 10:00
upendrajpr@gmail.com ha scritto:
> "Warning: session_start() [function.session-start]: Cannot send
> session cache limiter - headers already sent ...."
> I don't know how can I handle with this error.
I experienced the same warning when I use the header() function after
output-ing some text e.g.
echo("<html>");
header("Content-Type: text/html");
Try to check if you have the same situation.
--
|\/|55: Mattia Gentilini e 55 GMG
|/_| ETICS project at CNAF, INFN, Bologna, Italy
|\/| www.getfirefox.com www.getthunderbird.com
* Using Mac OS X 10.4.10 powered by Cerebros (Core 2 Duo) *
[Back to original message]
|