from http to https

R

RavenSensei

Guest
I have a CF 6 app that I am moving to a new server for a friend. They had a comodo certificate before and things were fine. I'm trying to use the new hosts shared cert.

It jumps me in fine from http page to https page, but the contents of my cart are lost.

Is this a common problem, and if so, is there a simple explanation?

I have this tag set:
<CFSET request.SecureRemoteAddr = "https://xxx.<hostcert>.com/domain/"> in the app set properly because it's jumping to the right place, I just think I am losing something in the transition.

Any help would be much appreciated.

M@:D
 
Back
Top