Closed
Description
In Symfony 2.6, there is a createTable method that could be used to create the session table, instead of doing it by hand. See http://stackoverflow.com/questions/27342318/symfony-2-6-login-randomly-fails#answer-27343220
I think we should find a nice way to document using this instead of (potentially) listing all the SQL needed on that page.