I have an application that expects to be run in http, but when it needs to process a credit card, it goes to https. Then afterwards it goes back to http. I do this by pulling the URL and prefixing it with the appropriate http or https: notation.
Does anyone have practical experience with what happens to session variables across this transition? It looks to me as though they are all there, but I've observed a few unusual situations where that isn't always the case. Any practical experience or pointers to documentation about this would be appreciated. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:332507 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

