Page 2 of 2 FirstFirst 12
Results 11 to 18 of 18
  1. #11
    Join Date
    Sep 2020
    Location
    Arizona
    Posts
    29
    Plugin Contributions
    0

    Default Re: trying to understand SESSION_FORCE_COOKIE_USE

    I am trying to isolate an issue with a website - I believe it is a sessions issue.
    Customer can log in -no problem.
    Clicking any link other than the home link cart acts like it should.
    Clicking a home link (header, footer, and nav cat area) shows customer logged out.
    Clicking log in again, takes customer to purchase history page.
    Also - noted once logged in, after navigating a few pages, customer is logged out again.
    Server settings for sessions is attached. Are these correct?

    Name:  sessions_settings.jpg
Views: 60
Size:  56.6 KB

    Site is version 1.5.6c running ph 7.3.27
    Upgraded: - all done as manual upgrades, not through one-click install
    v1.5.6c [2020-01-20 13:12:49] (Version Update 1.5.5->1.5.6c)
    v1.5.5f [2020-01-20 13:12:47] (Version Update 1.5.4->1.5.5f)
    v1.5.4 [2016-06-19 01:44:12] (Version Update 1.5.3->1.5.4)
    v1.5.3 [2016-06-19 01:44:12] (Version Update 1.5.2->1.5.3)
    v1.5.2 [2016-06-19 01:44:12] (Version Update 1.5.1->1.5.2)
    v1.5.1 [2013-10-13 13:44:41] (Version Update 1.5.0->1.5.1)
    v1.5.0 [2013-10-13 13:44:29] (Version Update 1.3.9->1.5.0)
    v1.3.9h [2013-10-13 13:44:13] (Version Update 1.3.8->1.3.9h)
    v1.3.8 [2009-09-07 11:57:32] (Fresh Installation)
    v1.3.8 [2009-09-07 11:57:32] (Fresh Installation)

    Any help is greatly appreciated!

  2. #12
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,491
    Plugin Contributions
    88

    Default Re: trying to understand SESSION_FORCE_COOKIE_USE

    @4tinak, who's your webhost?

  3. #13
    Join Date
    Sep 2020
    Location
    Arizona
    Posts
    29
    Plugin Contributions
    0

    Default Re: trying to understand SESSION_FORCE_COOKIE_USE

    Host is siteground

  4. #14
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,491
    Plugin Contributions
    88

    Default Re: trying to understand SESSION_FORCE_COOKIE_USE

    Quote Originally Posted by 4tinak View Post
    Host is siteground
    See this posting for a solution: https://www.zen-cart.com/showthread....nito&p=1379562

  5. #15
    Join Date
    Nov 2005
    Location
    los angeles
    Posts
    2,691
    Plugin Contributions
    9

    Default Re: trying to understand SESSION_FORCE_COOKIE_USE

    Quote Originally Posted by 4tinak View Post
    Host is siteground
    bravo @lat9.
    author of square Webpay.
    mxWorks has premium plugins. donations: venmo or paypal accepted.
    premium consistent excellent support. available for hire.

  6. #16
    Join Date
    Sep 2020
    Location
    Arizona
    Posts
    29
    Plugin Contributions
    0

    Default Re: trying to understand SESSION_FORCE_COOKIE_USE

    Quote Originally Posted by lat9 View Post
    I implemented this - no joy.

    Note, there was no cPanel but I was able to turn off NGINX cache - no option to clear cache.

  7. #17
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,491
    Plugin Contributions
    88

    Default Re: trying to understand SESSION_FORCE_COOKIE_USE

    Quote Originally Posted by 4tinak View Post
    I implemented this - no joy.

    Note, there was no cPanel but I was able to turn off NGINX cache - no option to clear cache.
    1. Log into your siteground account.
    2. Click the WEBSITES tab at the top.
    3. Click the SITE TOOLS button.
    4. On the left-side pane, click Speed, then Caching
    5. Turn the NGINX DIRECT DELIVERY switch to its 'off' position.
    6. Click the DYNAMIC CACHE tab
    7. Click the little 'broom' icon to clear the cache.
    8. Edit your site's main .htaccess file, adding the following to the top of the file and save.


    Code:
    <IfModule mod_headers.c>
    Header set Cache-Control "max-age=0,no-store"
    </IfModule>
    Click again on the little 'broom' icon.

    If you're still having issues, it might be that your browser has, itself, cached the results. On a Windows-based browser, hold the Ctrl key down and either press F5 or click the 'Reload' icon at the top of the page.

  8. #18
    Join Date
    Sep 2020
    Location
    Arizona
    Posts
    29
    Plugin Contributions
    0

    Default Re: trying to understand SESSION_FORCE_COOKIE_USE

    Quote Originally Posted by lat9 View Post
    1. Log into your siteground account.
    2. Click the WEBSITES tab at the top.
    3. Click the SITE TOOLS button.
    4. On the left-side pane, click Speed, then Caching
    5. Turn the NGINX DIRECT DELIVERY switch to its 'off' position.
    6. Click the DYNAMIC CACHE tab
    7. Click the little 'broom' icon to clear the cache.
    8. Edit your site's main .htaccess file, adding the following to the top of the file and save.


    Code:
    <IfModule mod_headers.c>
    Header set Cache-Control "max-age=0,no-store"
    </IfModule>
    Click again on the little 'broom' icon.

    If you're still having issues, it might be that your browser has, itself, cached the results. On a Windows-based browser, hold the Ctrl key down and either press F5 or click the 'Reload' icon at the top of the page.

    Thank you for the step-by-step.
    I did each step and all seems ok.

    I'll check the site later to verify it "stays" fixed.

    Thanks again for your help!

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. v139h trying to understand ezpages and define_page_2
    By stitchnkitty in forum General Questions
    Replies: 4
    Last Post: 16 Apr 2014, 04:08 PM
  2. Trying to understand shipping
    By flinx777 in forum Built-in Shipping and Payment Modules
    Replies: 1
    Last Post: 24 Mar 2011, 03:43 AM
  3. Trying to understand how flash works
    By Osiyo in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 15 Sep 2008, 05:44 PM
  4. Trying to Understand Option/Attribute Sort
    By webomat in forum Setting Up Categories, Products, Attributes
    Replies: 6
    Last Post: 19 Nov 2006, 05:22 PM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR