Hello,
I have this cart all setup and ready to go. It works great until I turn the SSL on through /includes.
When the SSL is turned off everything works. But as soon as I turn the SSL on it works until I try to checkout, then I get a " Whoops! Your session has expired" error
Im' stumped. I'm running Zen cart 1.39 on a shared hosting account with a Shared SSL. I have other zen cart websites on this same shared hosting account using the same shared SSL and they work fine. I'm using the exact same settings.
I have searched the forums and tried everything, nothing is working. Everytime it does it I get a different session ID in the url so not sure what the issue is. I have also tried using the standard template and it still gives me the same error message
here is the domain https://www.artonthevines.com//STL_A...aaa8030f55cf27
And here is what is in my config
please helpCode:Define the webserver and path parameters // HTTP_SERVER is your Main webserver: eg-http://www.your_domain.com // HTTPS_SERVER is your Secure webserver: eg-https://www.your_domain.com define('HTTP_SERVER', 'http://www.ARTONTHEVINES.COM'); define('HTTPS_SERVER', 'https://www.ARTONTHEVINES.COM/'); // Use secure webserver for checkout procedure? define('ENABLE_SSL', 'true'); // NOTE: be sure to leave the trailing '/' at the end of these lines if you make changes! // * DIR_WS_* = Webserver directories (virtual/URL) // these paths are relative to top of your webspace ... (ie: under the public_html or httpdocs folder) define('DIR_WS_CATALOG', '/STL_Art_Classes/'); define('DIR_WS_HTTPS_CATALOG', '/STL_Art_Classes/'); define('DIR_WS_IMAGES', 'images/'); define('DIR_WS_INCLUDES', 'includes/'); define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/');


Reply With Quote
