I have a login template that loads at the top of every one of my pages, so users who browse to any page can easily login to their account and then be returned to the page they were viewing to post comments, etc.
I want to upgrade my website so that all logins are done via https. I was told that using HTTPS for every page would cause everything to run significantly slower.
So my question is, how can I submit information from a secure page to a secure page when the login form is on a non-secure page? Is this even possible? If I use cfinclude and load the template as https, will that work?
Thanks in advance.
I want to upgrade my website so that all logins are done via https. I was told that using HTTPS for every page would cause everything to run significantly slower.
So my question is, how can I submit information from a secure page to a secure page when the login form is on a non-secure page? Is this even possible? If I use cfinclude and load the template as https, will that work?
Thanks in advance.