Warning: Session_start() [function.session-start
Post Description: warning: session_start() [function.session-start
warning, session, start, functionsession, start
This Post Has Been Viewed 36 Times Since Fri Apr 11, 2008 2:31 pm Posted By nbk1i6zs with 6 replies
POST# 1145
Posted On: Fri Apr 11, 2008 2:31 pm
Topic: Warning: Session_start() [function.session-start
has anyone gotten this error before?
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent
im lost i dont know what to do
Page# 1
Thu Apr 24, 2008 7:02 pm
1
Web Hosting Support
Reply #1969
yes this is a common error i see
basically you have session_start() function twice in your script
Thu Apr 24, 2008 7:02 pm
2
nbk1i6zs
Reply #1970
yes i checked my index.php file and i only have it there once
Thu Apr 24, 2008 7:02 pm
3
Web Hosting Support
Reply #1971
do you have any includes files?
Thu Apr 24, 2008 7:03 pm
4
nbk1i6zs
Reply #1972
yes, i have header.php and functions.php
Thu Apr 24, 2008 7:04 pm
5
Web Hosting Support
Reply #1973
check to see if you already have it in either one of those file
Thu Apr 24, 2008 7:04 pm
6
nbk1i6zs
Reply #1974
yes i found it. it was in my header.php so where should i delete it..
no wait. i figured it out.
i deleted from my index.php file
now it works fine.
thanks