alecpl
2009-11-23 c96c5a98af8b9374010ebb692c89f82d67faf72e
- use 7th (httponly) argument of setcookie()


1 files modified
2 ■■■ changed files
program/include/rcmail.php 2 ●●● patch | view | raw | blame | history
program/include/rcmail.php
@@ -1063,7 +1063,7 @@
  {
    $cookie = session_get_cookie_params();
    setcookie($name, $value, $exp, $cookie['path'], $cookie['domain'],
      rcube_https_check());
      rcube_https_check(), true);
  }
}