Tag Archives: session cache limiter

Fix “Cannot send session cache limiter - headers already sent”

When you are updating somebody elses code, or perhaps migrating a site from one server to another, then you might run across this particularly frustrating error:
Cannot send session cache limiter - headers already sent
Most session error fixes involve ensuring that the session_start() function is the very first thing present in this file - i.e. no [...]

RSS for Posts RSS for Comments