Skip to content
Snippets Groups Projects
Commit cbe92303 authored by JediKev's avatar JediKev
Browse files

Merge branch 'issue/httponly-cookies' into release/v1.10.2

* issue/httponly-cookies:
  issue: Httponly Cookies
parents 38bf5167 5b2dfce9
No related branches found
No related tags found
No related merge requests found
......@@ -53,7 +53,7 @@ class osTicketSession {
list($domain) = explode(':', $_SERVER['HTTP_HOST']);
session_set_cookie_params($ttl, ROOT_PATH, $domain,
osTicket::is_https());
osTicket::is_https(), true);
if (!defined('SESSION_BACKEND'))
define('SESSION_BACKEND', 'db');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment