Failed calling MemcachedSessionModule::gc()
Abierto
php5 incompatibility
- Lenguaje dominante
- C++
- Estrellas
- 18.7k
- Forks
- 3.1k
- Merge medio
- 1 h 47 min
- PR fusionados (30 d)
- 2
Descripción
It seams that the garbage collection is not working.
/hhvm/php.ini
```
session.save_handler = memcached
session.save_path = "xx.xx.xx:11211"
session.gc_maxlifetime = 1209600
session.gc_probability = 1
session.gc_divisor = 10000
;memcached.sess_locking = on
;memcached.sess_lock_wait = 150000
memcached.sess_prefix = "xxx."
```
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.