iron-ajax icon indicating copy to clipboard operation
iron-ajax copied to clipboard

Keep getting different sessions from server

Open mitjarobic opened this issue 8 years ago • 1 comments

Every time i sent the ajax request to my API the server session changes. If try the same API in Postman it works fine.

Any ideas what am i missing?

mitjarobic avatar Oct 06 '16 18:10 mitjarobic

Set the withCredentials flag on the request.

H3dz avatar Mar 29 '17 19:03 H3dz