Friday, 4 May 2018

Setting/reading cookies in Heroku

I have two Heroku application on the same account. First one is a nodeJS server and the second one is a react application.https://ift.tt/2jrRLwM, the domain is herokuapp, but they are obviously on their own subdomains. Is this is a limitation to set/read a cookie from node-app.herokuapp.com for react-app.herokuapp.com?I communicate with node server through react app, but cannot set cookies.How am I supposed to approach to this problem?

Submitted May 04, 2018 at 02:41PM by oquas

No comments:

Post a Comment