Jump to content

session_start(); Problems


Taguan

Recommended Posts

We have a site www.buitendegrenzen.be and we wrote it in PHP the inlogscript is whit a session and a cookie .

Last week we transfert to a new hosting and sinds then the inlogscript gives problems.

it gives always an error on the place where i put

session_start();

the error looks like this :

Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /home/cybertro/public_html/buitendegrenzen/index.php:17) in /home/cybertro/public_html/buitendegrenzen/index.php on line 18

Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/cybertro/public_html/buitendegrenzen/index.php:17) in /home/cybertro/public_html/buitendegrenzen/index.php on line 18


I did try manny changes but there is always an error on the place of the session start .

I hope some one can help me !

or some suggestions i can try ...

Thanks
Link to comment
https://forums.phpfreaks.com/topic/5881-session_start-problems/
Share on other sites

I know it has to be on the top of te page and i did put it there for trying .

Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /home/cybertro/public_html/buitendegrenzen/index.php:1) in /home/cybertro/public_html/buitendegrenzen/index.php on line 3

Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/cybertro/public_html/buitendegrenzen/index.php:1) in /home/cybertro/public_html/buitendegrenzen/index.php on line 3



and i dit try

ob_flush();
ob_start();
session_start();

nothing solved the problem

i hope somone can help me .
Link to comment
https://forums.phpfreaks.com/topic/5881-session_start-problems/#findComment-21686
Share on other sites

[!--quoteo(post=359389:date=Mar 28 2006, 07:28 PM:name=Taguan)--][div class=\'quotetop\']QUOTE(Taguan @ Mar 28 2006, 07:28 PM) [snapback]359389[/snapback][/div][div class=\'quotemain\'][!--quotec--]
i hope somone can help me .
[/quote]

toplay already did.

there's not one single session/header problem that i've not (or anyone else after some careful checks) has not been able to eliminate after carefully following the advice on the link provided.

post your code above and including your 'session_start()' line
Link to comment
https://forums.phpfreaks.com/topic/5881-session_start-problems/#findComment-21709
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.