After Axios logs in to the user, will the token,sessionid, Cookie be automatically set on the browser?

after Axios logs in to the user, will token,sessionid, these Cookie be automatically set on the browser?

Mar.06,2021

if transmitted through cookie,


axios, which is set by default on each request, has nothing to do with Cookie. If the backend wants to grow Cookie, it will add a Set-Cookie field to the response header before it will be planted under your corresponding domain

.
Menu