> I installed the CF901 (APSB11-04) hotfix on our development and now we are > having problems when trying to access different > applications in the same browser at the same time. Each application wants to > use its own CFID and CFTOKEN, but when you > log into one app which is app name "X", then try to open app "Z", you cannot > get in because the CFID and CFTOKEN are already > there from the other application. Our URL domain name is the same for both. > Was there something in the hotfix that prevents > this from happening now with the same domain name??
Yes. This is a known (but not yet documented) issue. There are three ways you can fix this: 1. Revert to the prior configuration. 2. Ensure that you set the CFID and CFTOKEN cookies so that they're path-specific - you'll have to rewrite them yourself using CFCOOKIE. 3. Use J2EE session handling. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on GSA Schedule, and provides the highest caliber vendor-authorized instruction at our training centers, online, or onsi ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:342144 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

