0
経由:これはのCookieを設定しますフラスコset_response(だけでなく、サブドメイン)
@app.route('/safe')
def tag_browser():
response = redirect('/')
response.set_cookie('hello', 'world')
return response
a.mysite.com。私は私の問題をどのようにすることができ、ある
Set-Cookie: name=value; domain=mydomain.com
WTH同じ効果を得ることができる方法について語っShare cookie between subdomain and domain:しかし、私はmysite.com
このスレッドがありますのためにクッキーを設定して興味を持っていますフラスコの中でそうするのですか?