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?

Just a suggestion.

-- 
Yves-Gwenaël Bourhis

_______________________________________________
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Reply via email to