[Flask] Sessions

Colin Haig colin at techdata.net.au
Mon May 2 00:24:39 EDT 2016


Hi

I have a flask app running on apache(windows 7) - mod_wsgi  - when I go to the app from one machine and set a variable and then go to the app from another computer and reset the variable it effects the first machines variable.

It seems that the app/apache are not running in separate threads/processes.

I have set processes 

 app.run(processes=10)

Any help greatly appreciated.

Regards

Colin  

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/flask/attachments/20160502/b7f272d2/attachment.html>


More information about the Flask mailing list