Results 1 to 10 of 18

Threaded View

  1. #4
    Join Date
    Sep 2005
    Location
    Austria
    Posts
    104
    Plugin Contributions
    6

    Default Re: IE11, Chrome: Sticky zenid on a store that is https-all-the-time

    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

    Code:
    function zen_href_link($page = '', $parameters = '', $connection = 'NONSSL', $add_session_id = true, $search_engine_safe = true, $static = false, $use_dir_ws_catalog = true) {
    to

    Code:
    function zen_href_link($page = '', $parameters = '', $connection = 'SSL', $add_session_id = false, $search_engine_safe = true, $static = false, $use_dir_ws_catalog = true) {
    No stikky zenid anymore, no issues with logging in, checking out, etc.
    Last edited by webchills; 5 Dec 2015 at 10:14 PM.

 

 

Similar Threads

  1. HTTPS and zenid experiment
    By niccol in forum General Questions
    Replies: 4
    Last Post: 3 Oct 2014, 05:32 PM
  2. Replies: 1
    Last Post: 17 Mar 2012, 03:43 AM
  3. zenid is showing in all the URLs
    By hiteshchawda in forum General Questions
    Replies: 2
    Last Post: 29 Apr 2010, 08:01 AM
  4. HTTPS Not Showing All the Time in Admin
    By Griff1324 in forum General Questions
    Replies: 3
    Last Post: 3 Aug 2008, 10:40 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg