Search results

  1. 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.
  2. 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.....?
  3. 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.
  4. 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.
  5. 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.
  6. 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...
  7. 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...
  8. serpent_driver

    Conflict with CloudFlare

    Would you provide us with the error?
  9. serpent_driver

    Slow Download speed

    Have you already asked Hetzner Support? For me, this would be the first contact point....
  10. serpent_driver

    Slow Download speed

    Sorry to choose german.... There is no known reason why LiteSpeed should limit transfer rate and also don't know how that could be done. I am also at Leaseweb with datacenter in Frankfurt, but never had any problems with transfer rate with LiteSpeed in the last 10 years.
  11. serpent_driver

    Slow Download speed

    Identische Konditionen. Was also ist das Problem? Allerdings weiß ich nicht, was Du mit Rescue Mode meinst?
  12. serpent_driver

    [solved] After Update to 5.4.11 (build 4) [6679] [SSLTicket] ticketCb() SHM keys need rotation

    After update to 5.4.11 (build 4) WebAdmin displays warning: Warn [6679] [SSLTicket] ticketCb() SHM keys need rotation Anything to be done on my side?
  13. serpent_driver

    Slow Download speed

    What about the simplest reason? Your hosting provider limits the speed.
  14. serpent_driver

    IE11 SSL not working even with ECDHE-RSA-AES128-SHA enabled

    IE11 needs TLSv1.1 https://docs.litespeedtech.com/cp/cpanel/tunings/#customize-ssl-ciphers
  15. serpent_driver

    IE11 SSL not working even with ECDHE-RSA-AES128-SHA enabled

    1.) Update LSWS version to: 5.4.11 (build 3) 2.) Set SSL/TLS Protocols to: ALL -SSLv3 -TLSv1 -TLSv1.1
  16. serpent_driver

    ads are not showing

    Please read this and follow instructions: https://www.litespeedtech.com/support/forum/threads/please-use-the-official-wordpress-forum.16028/
  17. serpent_driver

    [Solved] How to check in PHP CLI if LSWS is installed

    For everybody who needs a solution to check in PHP CLI if LSWS is running. $url = 'https://www.example.com'; $ch = curl_init($url); curl_setopt($ch, CURLOPT_NOBODY, true); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, CURLOPT_HEADER, true); curl_setopt($ch, CURLOPT_TIMEOUT...
  18. serpent_driver

    [Solved] How to check in PHP CLI if LSWS is installed

    Yes, I already work on it, but more simpler. I have only to check response header for Server == LiteSpeed
  19. serpent_driver

    [Solved] How to check in PHP CLI if LSWS is installed

    If PHP is executed in PHP CLI environment LSWS is not in use. PHP uses built-in webserver in PHP CLI but in this environment there are not all variables available. Run php -i or php -m in PHP CLI to verify
  20. serpent_driver

    Random CSS error on random page

    Please read this and follow instructions: https://www.litespeedtech.com/support/forum/threads/please-use-the-official-wordpress-forum.16028/
Top