Information
The domain name attribute in a cookie specifies which hosts can receive the cookie.
Ensure the JSESSIONID cookie is sent to the correct domain by configuring the domain name. This will prevent the cookie to be sent to servers in other domains.
Solution
Set the cookieDomain attribute in the httpSession element to the appropriate domain name in the ${server.config.dir}/configDropins/overrides/<any file name>.xml For Example, "mySubDomain.myCompany.com"
<httpSession cookieDomain="mySubDomain.myCompany.com" />