<div dir="ltr">On Fri, Oct 24, 2014 at 12:27 PM, Yves-Gwenaël Bourhis <span dir="ltr"><<a href="mailto:yves-gwenael.bourhis@cloudwatt.com" target="_blank">yves-gwenael.bourhis@cloudwatt.com</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Le 23/10/2014 23:55, Gabriel Hurley a écrit :<br>
<span class="">> 1)      If you’re going to store very large amounts of data in the<br>
> session, then session cleanup is going to become an important issue to<br>
> prevent excessive data growth from old sessions.<br>
><br>
> 2)      SQLite is far worse to go into production with than cookie-based<br>
> sessions (which are far from perfect). The more we can do to ensure<br>
> people don’t make that mistake, the better.<br>
<br>
</span>memcache can be distributed (so usable in HA) and has far better<br>
performances then db sessions.<br>
Why not use memcache by default?<br>
<br></blockquote><div><br></div><div>I guess for the simple reason that if you restart your memcache you loose all the sessions?<br><br>Chmouel<br></div><div><br> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Just a suggestion.<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Yves-Gwenaël Bourhis<br>
<br>
_______________________________________________<br>
OpenStack-dev mailing list<br>
<a href="mailto:OpenStack-dev@lists.openstack.org">OpenStack-dev@lists.openstack.org</a><br>
<a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev</a><br>
</font></span></blockquote></div><br></div></div>