On Fri, Oct 24, 2014 at 12:27 PM, Yves-Gwenaël Bourhis < yves-gwenael.bourhis at cloudwatt.com> wrote: > Le 23/10/2014 23:55, Gabriel Hurley a écrit : > > 1) If you’re going to store very large amounts of data in the > > session, then session cleanup is going to become an important issue to > > prevent excessive data growth from old sessions. > > > > 2) SQLite is far worse to go into production with than cookie-based > > sessions (which are far from perfect). The more we can do to ensure > > people don’t make that mistake, the better. > > memcache can be distributed (so usable in HA) and has far better > performances then db sessions. > Why not use memcache by default? > > I guess for the simple reason that if you restart your memcache you loose all the sessions? Chmouel > Just a suggestion. > > -- > Yves-Gwenaël Bourhis > > _______________________________________________ > OpenStack-dev mailing list > OpenStack-dev at lists.openstack.org > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.openstack.org/pipermail/openstack-dev/attachments/20141024/bf8b93eb/attachment.html>