Question

Are there any security issues with getting a cookie with jquery and sending it via nowjs function as opposed to getting it via the request on the server?

var session = $.cookie('session_cookie');

now.distributeMessage(session);

vs

req.headers.cookie

No correct solution

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top