Copilot
Your everyday AI companion
About 102,000 results
    Upvotes8Top Answeranswered Jul 13, 2011 at 18:30

    After looking trough the source code of both PECL extension and libmemcached itself I finally found my answer in the comment of the blog of the author of the memcached extension.

    http://zmievski.org/2009/01/new-memcached-extension

    I quote in case his blog disappeared some day:

    Andrei said: @Ash, the session save path syntax is not quite the same as the other memcache extension. Try:

    session.save_path="127.0.0.1:11211"

    Ash Searle said: Is there any documentation for the syntax – i.e. does it handle multiple servers and optional parameters like the ea...

    Content Under CC-BY-SA license
    Was this helpful?
  1. PHP: Sessions support - Manual

  2. apache - PHP session and memcacheD - Stack Overflow

  3. Is it recommended to store PHP Sessions in MemCache?

  4. PHP: カスタムセッションハンドラ - Manual

  5. What is the most reliable session storage in PHP: Memcache, …

  6. PHP: Sessions support - Manual - php.sh

  7. PHP Sessions with Memcached | Codementor

    WEBFeb 2, 2020 · Have you ever thought or came across a requirement to store PHP sessions in Memcached? In-memory storage provided by Memcached makes it ideal candidate for PHP session storage. Please …

  8. Memcached as a PHP Session Handler - Josh Sherman - Josh tronic

  9. PHP: Memcache - Manual - php.sh

  10. PHP: セッションのサポート - Manual