Jump to content

i have a problem: "Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output...


Go to solution Solved by ginerjm,

Recommended Posts

i have this prolem that it shows and i don't know the reason, in the localhost sessions work well but in the hosting server it show this message:

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at F:\Inetpub....\index.php on line 3

  • Solution

It is telling you exactly the problem. Look at line 3. You can't send a header once you have sent ANYTHING at all to the client. Wherever you are trying to send after a header(line 3?) needs to be moved up above whatever you have already output.

Edited by ginerjm
This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.