posted 9 years ago
Hi all,
I'm building a simple web application that sends cookie and json payload. I'm currently struggling with the front end. in the front end, I'm using jquery's $.ajax to communicate with server, but the cookie just doesnt seem to get picked up by browser (Windows 7, latest chrome 47.xxx). Following is the code:
Is there something I need to do inside "success" callback?