I am using ssl for an e-commerce site, and when the user completes their
order, I process the transaction behind an https address, and then
redirect them (response.redirect) to an http address. If the user has
their messages turned on in their browser, then they will get a message
that basically says they are leaving a secure area and going to a
non-secure area. To everyday users, this is not a big deal, but to a
newbie, this may scare them. So, the question is:
Does anyone know how to configure messages upon entering ssl and exiting
ssl?
Thanks