facebook / facebook/hhvm

Failed calling MemcachedSessionModule::gc()

Open
#5,034 13 comments 1 reaction 0 assignees View on GitHub
php5 incompatibility
Dominant language
C++
Stars
18.7k
Forks
3.1k
Avg merge
1h 47m
Merged PRs (30d)
2

Description

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."
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.