From ebe596642f37ac83b5fc57b0941c03f202f06f12 Mon Sep 17 00:00:00 2001 From: Adam Tuttle Date: Wed, 28 May 2014 14:00:24 -0400 Subject: [PATCH] setDomainCookies=no to prevent subdomain conflicts --- src/Application.cfc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Application.cfc b/src/Application.cfc index d489eb3..83978c3 100644 --- a/src/Application.cfc +++ b/src/Application.cfc @@ -2,6 +2,7 @@ this.name = "mango_#right(hash(GetDirectoryFromPath(GetCurrentTemplatePath())),50)#_v1_7"; this.setclientcookies="yes"; + this.setDomainCookies="no"; this.sessionmanagement="yes"; this.sessiontimeout= CreateTimeSpan(0,0,60,0); @@ -147,4 +148,4 @@ - \ No newline at end of file +