Ok we've got a slight problem with jboss' JSESSIONID and the emptySessionPath setting in tomcat's server.xml.
We're trying to get liferay/jboss to create the JSESSIONID based on the root path. We currently have liferay deployed to a separate context path...say /admin and the cookie is getting defined on that path.
When we make requests to a war that's deployed to liferay the requests create a separate JSESSIONID because liferay seems to be ignoring the emptySessionPath='true' setting.
We need the JSESSIONID to be created on the root context path "/" and can't seem to do it, any suggestions?
Thanks,
Brett
Please sign in to flag this as inappropriate.