On Thu, 2008-07-10 at 11:13 +0800, willyam pax wrote:
> Warning:session_start():Canot send session cache limiter - headers already

It means you have output going to the browser before you begin your
session with session_start(). This usually means you have trailing
whitespace in an included file where you've used the closing PHP tag.

Cheers,
Rob.
-- 
http://www.interjinn.com
Application and Templating Framework for PHP


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to