Hello all, I just recently started creating an online store for my church. Everything has been going great so far due to the vast amount of information available on these forums.
One issue I have encountered, though, is that I can not stay logged onto my account when go from a page that uses SSL to a page that does not. For example: I log into my ZenCart and am loaded into the 'My Account' page (The My Account page uses the SSL url). If I then click on another link such as 'Home' or even a product, it brings me to that page but makes it appear as if I was never logged in. If I click 'Log In' again it brings me to My Account as if I was logged in the entire time. The only difference between pages that keep me logged in and pages that don't is the use of SSL. This is the portion of my configuration.php that I edited to enable SSL:
If you desire, you can goto www.renewalofthelordstemple.com/store and make an account to see this problem in action. I've tested it both in IE and Firefox.PHP Code:<?php
/**
*
* @package Configuration Settings
* @copyright Copyright 2003-2006 Zen Cart Development Team
* @copyright Portions Copyright 2003 osCommerce
* @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
*/
/*************** NOTE: This file is similar, but DIFFERENT from the "admin" version of configure.php. ***********/
/*************** The 2 files should be kept separate and not used to overwrite each other. ***********/
// Define the webserver and path parameters
// HTTP_SERVER is your Main webserver: eg, http://www.yourdomain.com
// HTTPS_SERVER is your Secure webserver: eg, https://www.yourdomain.com
define('HTTP_SERVER', 'http://renewalofthelordstemple.com');
define('HTTPS_SERVER', 'https://ssl17.servage.net/renewalofthelordstemple.com');
// Use secure webserver for checkout procedure?
define('ENABLE_SSL', 'true');
Thanks in advance for any help.




Well anyway...
