On Tue, 25 Apr 2006, Jimbus wrote: > - Do not set the domain. I'm not sure if you can set this parameter to > multiple domains, but every variation on a domain sets a separate > cookie. For example, if you specify you domain as www.whatever.com, a > client accessing the site as whatever.com will not get the cookie.
One important thing to remember about domains, is that you can share cookies across domains www.whatever.com and whatever.com, etc., but the cookie's domain is required to have 2 dots in it. So you should specify the cookie's domain as ".whatever.com" if you want to do that. ~ John Williams ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Mason-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mason-users

