Motivation
High traffic websites can already make use of memcache for improved caching. However volatile session data is still handled by the database, occasionally causing load problems.
Proposal
First very complete test coverage of current session code should be achieved to be able to guarantee the continued correct functionality of the session mechanism, which is of critical importance to running a board. The session code should then be refactored to provide an abstraction of the storage mechanism used, to allow for faster backends like memcache to be implemented.
Tracker Ticket
http://tracker.phpbb.com/browse/PHPBB3-9731
Patch (Work in Progress)
https://github.com/phpbb/phpbb3/pull/1322


