Don't user session or client variables to maintain state. Forget for a moment the multiple application problem - what happens if your user opens two browser windows in the same application? You can't maintain individual states in each of them.
Jim ----- Original Message ----- From: "S R" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Friday, March 22, 2002 12:48 PM Subject: moving from application to application > I've run into a problem where there are 4-5 different CF applications > running on the password protected part of my website. I'm using Client > variables to maintain state. The one thing I'm trying to do is to let > Administrators be able to get into all applications. Since my apps each have > a different <CFAPPLICATION tag on them> obviously, the Administrator can't > go from one app to another. What's the best way to get around this? ______________________________________________________________________ Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

