ok, as a side note, another way to handle the https requirement is with url rewriting, just store a list of url's that need to be https and redirect if they are accessed at http.
On Mon, Nov 21, 2011 at 9:45 PM, Robert Harrison <[email protected]> wrote: > >> if you have both variables stored in application scope, why bother copying >> them to local scope, just use the one you need directly from application >> scope. > > Because many of the pages use include files that also use that var. Using > them like this makes the var change on the include file and allows me to use > a standard var name. Think about this example: on most pages I use http://, > on a few pages I need https://. If I use a var, all the occurances become > https://, even on the includes when I override the local setting with the > exception. Thus, I don't get that stupid (show only encrypted data) message. > > Robert B. Harrison > Director of Interactive Services > Austin & Williams > 125 Kennedy Drive, Suite 100 > Hauppauge NY 11788 > P : 631.231.6600 Ext. 119 > F : 631.434.7022 > http://www.austin-williams.com > > Great advertising can't be either/or. It must be &. > > Plug in to our blog: A&W Unplugged > http://www.austin-williams.com/unplugged > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:348841 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

