v2.5.2
Giriş yap

php session_set_cookie_params neden çalışmıyor ?

emmir2
350 defa görüntülendi
function sessionStart($lifetime,$path,$domain,$secure,$httponly){
    session_set_cookie_params($lifetime,$path,$domain,$secure,$httponly);
    session_start();
    @ob_start();
}

sessionStart('0','/','localhost','false','true');
mubado
504 gün önce

php sürümüne bakar mısın