desithugg Posted August 13, 2006 Share Posted August 13, 2006 [code]Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /usr/home/osiris/domains/x3teamz.net/public_html/aai/members/forums.php:2) in /usr/home/osiris/domains/x3teamz.net/public_html/aai/members/memberspage.php on line 4[/code]o.o i kep getting this error Link to comment https://forums.phpfreaks.com/topic/17414-session-problems/ Share on other sites More sharing options...
whare Posted August 13, 2006 Share Posted August 13, 2006 if this file sends data to another file to prosess you dont need the session_start(); the first file I have the same problem earlyer today and i took the session_start(); out of the first file and it works fine give it a go if it dont work at least you tried :) Link to comment https://forums.phpfreaks.com/topic/17414-session-problems/#findComment-74119 Share on other sites More sharing options...
AndyB Posted August 13, 2006 Share Posted August 13, 2006 session_start() needs to be at the start of your (invisible) code. Link to comment https://forums.phpfreaks.com/topic/17414-session-problems/#findComment-74121 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.