I have an Ember app which retrieves data from an express App via Rest-Calls. After a successfull Login the Server creates a Session an put some data into it. On each subsequent Rest call of the Ember App the Session on the Server is newley created. When I execute the same Request by using Postman everythin works fine and the session remains the same.
Any idea on how to solve this issue ?
1 post - 1 participant