Thanks a lot,
but this don't work. And beacuse it happens only on host,
i think the problem is session.use_cookies "on"...
(current logout try🙂
if($m_url=="logout")
{
setcookie('cookuser',$curruser,time()-3600);
unset($curruser); unset($cookuser);
session_destroy();
if(isset($_SESSION['curruser']))
{
$_SESSION['curruser']="";
unset($_SESSION['curruser']);
}
} else {
session_name("s");
session_start();
}
p.s.: "php competitor" is near to end. Let me know what you think, please...
/at current version (1.7) is left just rating system.
/v1.9, only one fix, and even rating system is ok.
/v1.9 ok! All is done (logout apart 😃). It's your turn.