Re: Message "Whoops! Your session has expired" after upgrading site
Reverse of post 9 is probably your answer.
Your choice as to who you cut off but many browsers will no longer open an e-commerce site that is not secure.
Re: Message "Whoops! Your session has expired" after upgrading site
Quote:
Originally Posted by
pixelpadre
Ugg....2021 and this is still a relevant thread.
I installed ZC today and everything went smoothly. Everything worked...until I decided to turn off https. Ok, you are wondering why? Well some of my customers come from countries that will not allow https transmissions for obvious reasons.
After changing ssl true to ssl false in both config files I am getting the dreaded whoops message. Oddly this happened when completing the contact us form. With both config files set to false, the whoops message came up on a page that was
https://.........index.php?main_page=time_out
I know I am splitting hairs. But I thought someone might care about this. I can and will go back to full https at the risk of losing customers.
Its weird that http was working as expected and desired with configuration SSL set to false up until I used the contact form. After submitting the contact form I got an https time out message. Why would the time out message be https but everything was http?
Re: Message "Whoops! Your session has expired" after upgrading site
Just MAYBE because you were assking it to do something you specifically TOLD it NOT to do. I.e. process secure traffic.
Then, when youu leave the conact us set to https:, you're surprised it balks?
Re: Message "Whoops! Your session has expired" after upgrading site
Quote:
Originally Posted by
dbltoe
Just MAYBE because you were assking it to do something you specifically TOLD it NOT to do. I.e. process secure traffic.
Then, when youu leave the conact us set to https:, you're surprised it balks?
How did I telll it to use https for contact page and nothing else.