As long as there is no better solution I solved the issue in 4 different https only stores by changing in
includes/functions/html_output.php
line 16
from
toCode:function zen_href_link($page = '', $parameters = '', $connection = 'NONSSL', $add_session_id = true, $search_engine_safe = true, $static = false, $use_dir_ws_catalog = true) {
No stikky zenid anymore, no issues with logging in, checking out, etc.Code:function zen_href_link($page = '', $parameters = '', $connection = 'SSL', $add_session_id = false, $search_engine_safe = true, $static = false, $use_dir_ws_catalog = true) {


Reply With Quote
