Hi all,
i need to set a cross domain JSESSIONID cookie of tomcat.
site.com
sub1.site.com
sub2.site.com
should have all JSESSIONID cookie .site.com.
tried to configure in an additional web bundle web.xml
That did not work on dm-server, it still created the cookie with e.g. sub1.site.com.Code:<session-config> <cookie-domain>.site.com</cookie-domain> </session-config>
Is there any possibility to set it with MANIFEST.MF or Spring annotation based?
Found no solution yet, do i need to go the old-style manual HttpServletResponse.addCookie way?
Any ideas?
-Thomas



