Store PHP session data on disk #3160
Labels
enhancement
Issue that describes a problem that requires a change in the current functionalities of Tatoeba.
maintenance
Issue that keeps the code base clean and does not change anything from the users point of view.
The current setup of Tatoeba is to store all session data in memcached. I am not sure why it has been setup that way, but that approach has several drawbacks:
So my proposed solution is to switch to storing session data in database instead.
This will solve #2398, too.
The text was updated successfully, but these errors were encountered: