|
Posted by turnitup on 02/18/07 16:16
J.O. Aho wrote:
> Evil Otto wrote:
>
>> Put session_start() in the functions that get called after the initial
>> pageload. Just generates warnings that a session has already been
>> started (by the original pageload).
>
> You are supposed to use one session_start() per script, say your AJAX
> will call the getnewcars.php to get a result, then you have
> session_start() first in that script, and thats all, nothing in the
> functions that are called from that script.
>
You can put session_start() after other output if you use ob_start to
buffer output.
Navigation:
[Reply to this message]
|