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. Thanks, Joe Reger --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
