Since i went from Apache1/php4.0.6 to apache2/php4.3.4, my SetCookie doesn't work anymore. Only the last call to SetCookie is processed.....
Ex:
SetCookie("LOGON",$set,$expire);
SetCookie("SECLOGON",$pas,$expire);
In this case, only SECLOGON is written.....
I've seen more people complain about this, but haven't found an answer yet
Ex:
SetCookie("LOGON",$set,$expire);
SetCookie("SECLOGON",$pas,$expire);
In this case, only SECLOGON is written.....
I've seen more people complain about this, but haven't found an answer yet