Search results

  1. serpent_driver

    Bug with Opencart 2.3.0.2 & Journal 3.1.4 with pop up login / shortcode customer name

    Your comments force to give you some expainations, because you have a huge missunderstanding, but first of all you have to know everything you want to get is possible. With LScache there are no limits. LScache offers a lot of unique features to make a HTTP cache available. But LScache is not...
  2. serpent_driver

    Bug with Opencart 2.3.0.2 & Journal 3.1.4 with pop up login / shortcode customer name

    Change to conventional login without AJAX popup and LScache will be a solution for you. Have you tried my code?
  3. serpent_driver

    Bug with Opencart 2.3.0.2 & Journal 3.1.4 with pop up login / shortcode customer name

    You should think about using other Template than Journal. Maybe Journal creates nice looking Design, but the code is horrible. Tonnes of Javascript, CSS and fonts. That is tooooo much and the best cache solution or a HighSpeed dedicated server isn't able to make your shop faster because of...
  4. serpent_driver

    Bug with Opencart 2.3.0.2 & Journal 3.1.4 with pop up login / shortcode customer name

    1 hour hour ago there were only x-nitro-* header
  5. serpent_driver

    Bug with Opencart 2.3.0.2 & Journal 3.1.4 with pop up login / shortcode customer name

    If I check response header of this plugin I can see "hit" value for cache header, so it seems still to work.....
  6. serpent_driver

    Bug with Opencart 2.3.0.2 & Journal 3.1.4 with pop up login / shortcode customer name

    What about your NitroPack cache plugin. Do you use it together with LScache plugin?
  7. serpent_driver

    Bug with Opencart 2.3.0.2 & Journal 3.1.4 with pop up login / shortcode customer name

    Try Slack instead of Ticket Support: https://www.litespeedtech.com/slack or send mail to: support@litespeedtech.com
  8. serpent_driver

    Bug with Opencart 2.3.0.2 & Journal 3.1.4 with pop up login / shortcode customer name

    Copy and paste to your .htaccess. This (should ) disable cache for logged in users. RewriteCond %{HTTP_COOKIE} _lscache_vary=session:loggedIn [NC] RewriteRule .* - [E=Cache-Control:no-cache] If it doesn't work log a ticket to get support from LiteSpeed support.
  9. serpent_driver

    Bug with Opencart 2.3.0.2 & Journal 3.1.4 with pop up login / shortcode customer name

    This is all the result of what goes wrong with AJAX login. Much better, so please wait.
  10. serpent_driver

    Bug with Opencart 2.3.0.2 & Journal 3.1.4 with pop up login / shortcode customer name

    Hm, this cookie has logged out value. You do have to login and check cookies again and post it.
  11. serpent_driver

    Bug with Opencart 2.3.0.2 & Journal 3.1.4 with pop up login / shortcode customer name

    Okay, the affected cookies name is _ls_cache_vary, so wait a few minutes to make the code for it.
  12. serpent_driver

    Bug with Opencart 2.3.0.2 & Journal 3.1.4 with pop up login / shortcode customer name

    This for device detection only and is something complete different to your issue. But you know what the F12 key is.....?
  13. serpent_driver

    Bug with Opencart 2.3.0.2 & Journal 3.1.4 with pop up login / shortcode customer name

    No need to know about OpenCart. Login to your shop and request a page that isn't cached. Press F12 key and check the tab for cookies. The name of the tab for cookies depends on browser.
  14. serpent_driver

    Bug with Opencart 2.3.0.2 & Journal 3.1.4 with pop up login / shortcode customer name

    Lscache is able to do that, but the cache plugin can't. It needs an extra menue in the GUI.
  15. serpent_driver

    Bug with Opencart 2.3.0.2 & Journal 3.1.4 with pop up login / shortcode customer name

    If you tell me the name of the login cookie, it can be done very easy.
  16. serpent_driver

    Bug with Opencart 2.3.0.2 & Journal 3.1.4 with pop up login / shortcode customer name

    This is a complete normal behaviour with every cache, not only LScache. If a page is cached there is no more PHP, only HTML and if no PHP there is no session. And if no session a user can't be differentiated form each other. To prevent this disadvantage of every cache LScache uses cache varies...
  17. serpent_driver

    Bug with Opencart 2.3.0.2 & Journal 3.1.4 with pop up login / shortcode customer name

    This popup seems to use AJAX and the trick of AJAX is not to refresh the complete page and not to load the complete page again. But LScache engine needs a refresh to check if the login cookie is set to vary the cache. At this moment and to me I can't see any other solution as to use...
  18. serpent_driver

    Conflict with CloudFlare

    Would you provide us with the error?
Top