I have a Python project built using the Flask framework.
The project is established and I have installed and ran it on numerous machines (Ubuntu and OSX) using virtualenv.
I went to set up my project on a new computer with Yosemite installed. It installed all of the requirements with no errors and the site runs locally without errors.
The problem is that the Flask session is always an empty dict (nothing is ever in the session).