score:0

you have the cookie set with the httponly flag enabled. most modern browsers restrict read access to such cookies through developer tools. you can read more about it here.

if you'd like to see the contents of the cookie in your development environment, set httponly to false.

score:10

when making the axis.post() call, you'll have to pass {withcredentials: true, credentials: 'include'} as your second argument, only this way will your browser set the cookies.


Related Query

More Query from same tag