I’ve been working with the Havanna release of OpenStack the last couple of days and ran across a default setting that should be avoided in any deployment: using cookies as the session backend.
The source of the problems has been known at least since October 2013 in Django and other frameworks: clear-text client-side session management.
There is even OSVDB entry and Threatpost covered it in an article.