在memcache Symfony 2中存储会话

时间:2015-03-04 11:26:30

标签: symfony memcached

当我尝试启动我的应用程序时,我对monolog.processor有一个CircularReferenceException。 services.yml

      selfcare_memcache:
      class: Selfcare\Bundle\FrontBundle\Services\Lib\SelfcareMemcache
      arguments: [%host%,%serveurMemcache_port%,'@logger'] 

      selfcare_session_memcache:
         class: Symfony\Component\HttpFoundation\Session\Storage\Handler\MemcacheSessionHandler
    arguments: ['@selfcare_memcache']

config.yml:

    framework:
    session:
        handler_id: selfcare_session_memcache

我不知道如何处理这种异常,你还有其他信息吗?

0 个答案:

没有答案