Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent

Recommended Answers

All 5 Replies

Member Avatar for diafol

Place the session_start() onthe first line of the page - ensure no output.

Have a look at this, could have saved yourself loads of time:

http://tinyurl.com/28yh536

Place the session_start() onthe first line of the page - ensure no output.

Have a look at this, could have saved yourself loads of time:

http://tinyurl.com/28yh536

i done all this still the error shows

Are you able to provide your codes?

Member Avatar for diafol

The only other thing I can think of is that you have a BOM in the document. I suggest that you open a new file in a text editor copy the code and save it with encoding such as UTF-8 without BOM.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.