I was having the same issue, and this fixed it for me, thanks.Recreate Session True
to be false, does it work now?
I was having the same issue, and this fixed it for me, thanks.Recreate Session True
to be false, does it work now?
Server OS: Windows 2000
Database: MySQL 4.1.21-community-nt
PHP Version: 5.1.4 (Zend: 2.1.0)
HTTP Server: Microsoft-IIS/5.0
Zen Cart: v1.3.6 (Fresh Installation)
------
EasyPopulate: v1.2.5.4
I have been trying to figure out why when I enable the SSL true in configure.php nobody can create accounts or check out and when it is false, account creation and checkout is working
Please do not PM for support issues: a private solution doesn't benefit the community.
Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.
I was never given my own Secure Server... how can I find out what it is? I use Dreamhost and Geotrust for the SSL
// Define the webserver and path parameters
define('HTTP_SERVER', 'http://www.YOUR_SHOP.com');
define('HTTPS_SERVER', 'https://www.YOUR_SHOP.com');
define('ENABLE_SSL', 'true');
When I have it set like this no one can log in.
When it is false, it works
I figured it out..
I was leaving out the WWW. in
define('HTTPS_SERVER', 'https://www.YOUR_SHOP.com');
Bookmarks