Uploaded image for project: 'eZ Publish / Platform'
  1. eZ Publish / Platform
  2. EZP-23780

Group all session configuration settings for memcached in ezpublish.yml

    XMLWordPrintable

Details

    • Icon: Improvement Improvement
    • Resolution: Unresolved
    • Icon: High High
    • None
    • 5.0, 5.1, 5.2, 5.3, 5.4.0
    • Caching, Platform stack
    • None

    Description

      Currently, if you want to use the Mencache handler, you have to configure ezpublish.yml so that it conforms to the example provided in:

      https://doc.ez.no/display/EZP/Persistence+cache+configuration#Persistencecacheconfiguration-Memcache

      On top of that, according to:

      https://doc.ez.no/display/EZP/Session

      ...you'll also need to configure the session save handler settings in php.ini as documented in http://php.net/manual/en/memcached.sessions.php, to something like this:

      session.save_handler = memcached
      session.save_path = "localhost:11211"
      

      Having the session configuration separate like that is not desired for maintainability and ease-of-use, so it should be possible to configure all required parameters on ezpublish.yml.

      Attachments

        Activity

          People

            Unassigned Unassigned
            nuno.oliveira-obsolete@ez.no Nuno Oliveira (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: