In ofbiz-containers.xml, enable-cross-subdomain-sessions is set to
true.  However, in CatalinaContainer.java, the default value is false.
 When the value is true, catalina will *always* create a JSESSIONID
cookie value, even if no code calls request.getSession() or
getSession(true).  This causes frontend cache system(varnish
specifically) to not cache the object.  It also causes increase memory
pressure.

Why is this value set to true?  I think it should be false.

Reply via email to