I am developping Flask application.
I am using DispatcherMiddleware to combine my applications
app.wsgi_app = DispatcherMiddleware( app.wsgi_app, {'/health': subapp.wsgi_app} )
Is there a way that my main app and my subapp could share the same session ?
You can access the session by adding the same secret key to both applications.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With