Skip to content
Snippets Groups Projects
Commit 23173628 authored by aydreeihn's avatar aydreeihn
Browse files

Merge remote-tracking branch 'kevin/issue/httponly-cookies' into features_prs/develop-next

parents c86d7117 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