From b993a56e3f137038d48437e70d3774e862e09f53 Mon Sep 17 00:00:00 2001 From: davidrymer97 <45938671+Davidrymer97@users.noreply.github.com> Date: Tue, 15 Dec 2020 12:23:53 +0000 Subject: [PATCH] GG-5249: migrated to play.http.session.httpOnly key --- conf/application.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/application.conf b/conf/application.conf index 9d72ef1..88c9086 100644 --- a/conf/application.conf +++ b/conf/application.conf @@ -55,7 +55,7 @@ application.secret="thisIsJustToShutPlayUpAndGetsReplacedInAnyHigherEnvironments # Session configuration # ~~~~~ -application.session.httpOnly=false +play.http.session.httpOnly=false application.session.secure=false