Can i send cookie from express to client?

Is it possible to send a cookie from express-server to the client?

Short answer: yes.
https://www.tutorialspoint.com/expressjs/expressjs_cookies.htm

This returned several useful results, including said tutorial: https://www.google.com/search?q=expressjs+cookie

1 Like