Nope. Can't do it.
But if you really need it to be more domain generic - there is nothing stopping you from expiring the JSESSIONID cookie and setting a newer one at a more generic level. (But this will probably cause future issues)
-Tim
Joe Reger, Jr. wrote:
Hi.
Is there any way to specify the domain of the cookie that Tomcat sets to maintain session across requests?
In java there's javax.servlet.http.Cookie.setDomain(java.lang.String pattern) that allows me to set it to something like ".joereger.com"... which allows a cookie to persist across "one.joereger.com", "two.joereger.com", "three.joereger.com" and so on.
Anything like this in Tomcat's configuration? I've also looked into the <jsp:useBean> tags but haven't found anything that does what I'm looking for.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]