Notice

This page show a previous version of the article

Admin logs

Please put here everytime you do modification on tatoeba.org

2nd February 2014 5AM China time

  • who: sysko
  • why: resolve login problems
  • what: used memcache instead of sqlite for storing session
  • how:

installed:

   apt-get install memcached php5-memcache 

modified: /etc/php5/apache2/php.ini

[Session] session.save_handler = memcache session.save_path="tcp://127.0.0.1:11211?persistent=1&weight=1&timeout=1&retry_interval=15"