in admin -> configureation -> sessions turn recreate sessions OFF
in admin -> configureation -> sessions turn recreate sessions OFF
Zen cart PCI compliant Hosting
The options are false and true, it was already on false. Any other idea? Do I have to clear my cache maybe? I will try and post back.
Live and learn... the Zen way.
No, did not work. If I put
define('ENABLE_SSL_ADMIN', 'false');
then I can log in and work on the admin stuff. If I set it to
define('ENABLE_SSL_ADMIN', 'true');
then I get to the admin but when I click on anything, it gets me back to the login.
Any other ideas?
Live and learn... the Zen way.
Its a sessions thing,
you can either leave it set to false or you can use the secured url for all the defines in admin/configure.php
Zen cart PCI compliant Hosting
I need it enabled for admin login. Can you please give me a bit more detailed instructions what defines need to be changed?
Live and learn... the Zen way.
OK, OK I got it. Found your instructions in another thread.
admin/includes/configure.php
the 4 first defines
I got it that they just control the admin and not the catalog. This was not clear to me.
Now my admin is running all ssl and no more login screen coming up.
Thank you for the pointers. All SSL is actually great!![]()
Live and learn... the Zen way.
be advised that as your store grows you will notice a few slow downs
Zen cart PCI compliant Hosting
Well, I would have loved to solve it with correcting the session thing, but it did not work. If you have any more suggestion, I would be thankful.
Live and learn... the Zen way.