• Hello,

    “Persistent Connection” option is active by default with no warning but in your documentation it says:

    “To ensure consistent results, be sure that the value of this setting matches that of memcached.sess_persistent in PHP ini. If one of these settings is disabled while the other is enabled, it can result in intermittent connection test failures.”

    Can you check if the values are the same and add warning if they dont ?

    Thanks,

    Regards,

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support qtwrk

    (@qtwrk)

    I will forward it to our dev

    Plugin Support litetim

    (@litetim)

    @maxplateau
    I looked over the chain, how the settings are saved and applied:
    In our plugin persistent connection is off by default. If you enable it and server is not configured you will see a log saying that “No persistent Memcache server list!”.

    In PHP: v3 memcache PHP has persistent turned off. See here: https://www.php.net/manual/en/memcached.configuration.php#ini.memcached.sess-persistent

    Over all that note is necessary to explain users they need to change server settings to enable memcached.sess-persistent

    We might change some wording but I see it usefull and I would keep it.

    Thread Starter maxplateau

    (@maxplateau)

    Please install your plugin in a new wordpress website and you’ll see that the option “Persistant Connection” is ON by default.

    It’s confirmed in the plugin code : data\const.default.ini on line 411:
    object-persistent = true

    Regards,

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.