>From what I understand, using file based sessions will work with no
problems in production environment. But, you will have a problem in case
you need to horizontally scale (have multiple machines serving your app)
your system. In this situation, since files from one machine wont be able
to access
I am using Django 1.7, and I have read the documentation on
the SESSION_ENGINE setting. It is not clear to me what are the advantages
and disadvantages of using file-based sessions. Do file-based sessions have
better or worse performance than database-backed sessions? Are file-based
sessions approp
2 matches
Mail list logo