I have an application which was running on a single domain and I'm
porting to multiple virtual domains. These must share a a single secure
domain
for collecting credit card information.

Unfortunately, session variables, which are used throughout the application,
are specific to each domain, so the secure session has no access to the
session variables, e.g.:

        session vars on     www.thevirtualcompany.com
        secure session is  www.sharedsecuredomain.com

Does anyone know of any ways to have the secure session access the
session variables from the other domain, both domains of course on the
same server?

Thanks

Stephen Marcus

FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to