Since this QuickCode tag may cause the page to automatically refresh itself, this QuickCode Tag should placed at the very beginning of the HTML template. If not, the page refresh may fail, and warning messages may be displayed on the screen.
{FORCE-HTTPS} sets a session variable. That session variable tells the store to force the "https" environment. At least one page with {FORCE-HTTPS} must be loaded before a page that normally defaults to http. If not, the system will default to http before the {FORCE-HTTPS} tag is rendered within the page template and the session variable is set. The result would be that the first page that defaults to http would continue to do so, because no prior page set the session variable to tell it otherwise. |