You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The cookie protocol doesn't really support multiple cookies with the same name. It kind of almost works if you reuse the name but vary the domain and path attributes, but because of the way the Cookie header works you can't distinguish these cases and so it never really makes sense to do this on purpose. We simply inherit the stdlib's Cookie module's behavior here.
I read the source code of the set_cookie function,tornado don't support multiple cookie with the same name. What is the purpose of it?
The text was updated successfully, but these errors were encountered: