Cookies php on server not working when i use the app

Hi!

When I do the request throught postman setcookie function in php works properly, but when i use my app in ionic 3 using this.http.post Http from angular not setting the cookie -> $_COOKIE array is empty

thanks for any help!

Raul.-

I greatly prefer JWT over cookies, but if you insist on using cookies, are you setting the withCredentials request option?