- use 7th (httponly) argument of setcookie()

release-0.6
alecpl 15 years ago
parent bc6ac4d3c9
commit c96c5a98af

@ -1063,7 +1063,7 @@ class rcmail
{ {
$cookie = session_get_cookie_params(); $cookie = session_get_cookie_params();
setcookie($name, $value, $exp, $cookie['path'], $cookie['domain'], setcookie($name, $value, $exp, $cookie['path'], $cookie['domain'],
rcube_https_check()); rcube_https_check(), true);
} }
} }

Loading…
Cancel
Save