Re: session_start() error



y_oda2002 wrote:
> I keep getting an error that says this:
>
> Warning: session_start(): Cannot send session cache limiter - headers
> already sent (output started at c:\program files\easyphp1-8\www\the
> site\adminlogin.php:3) in c:\program files\easyphp1-8\www\the
> site\access.inc.php on line 5
>
> Does anyone know what it means?

You have to put session_start *before* any other output from the script, ie.
before any echo, print or similar.

Berislav


.



Relevant Pages