Posted by Captain Paralytic on 07/27/07 09:07
On 27 Jul, 04:16, scout3...@gmail.com wrote:
| | session_start() [function.session-start]: Cannot send session
cache
| | limiter - headers already sent
| hmmm, but i do not understand the error above so can someone explain
| to it to me?
It says that it has already sent ssomething to the browser before you
called session_start()
I can't think of any better explanation.
You must ensure that nothing is sent top the browser before you call
session_start()
[Back to original message]
|