Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Flask アプリケーションを開発しています。
DispatcherMiddlewareを使用してアプリケーションを結合しています
app.wsgi_app = DispatcherMiddleware( app.wsgi_app, {'/health': subapp.wsgi_app} )
メインアプリとサブアプリが同じセッションを共有できる方法はありますか?
両方のアプリケーションに同じ秘密鍵を追加することで、セッションにアクセスできます。