> I want to use J2EE sessions but I want my session (governed by the > jsessionid set by cfmx j2ee sessions) cookie value accessable on all > subdomains. For example, instead of a cookie domain of: > > a.b.c.d.com > > I want the CFMX J2EE jsession id cookie domain value to just be: > > .d.com > > That way, I can use the session on all subdomains. > > How can I do this???
You can use the SETDOMAINCOOKIES attribute of the CFAPPLICATION tag to set cookies so they're available to all hosts within a domain. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ phone: 202-797-5496 fax: 202-797-5444 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Purchase from House of Fusion, a Macromedia Authorized Affiliate and support the CF community. http://www.houseoffusion.com/banners/view.cfm?bannerid=37 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:182468 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

