i'm trying to change the path of the session cookie path in Tomcat. This cookie is set into the response automatically after i call request.getSession(true). The problem is i tried to add/change the Set-Cookie header or somehow add another JSESSIONID cookie in my servlet but it doesn't seem to get stored in the browser. Can i do this without changing Tomcat code?
Thanks, Teo