|
Posted by J.O. Aho on 02/18/07 08:38
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.
--
//Aho
Navigation:
[Reply to this message]
|