такой способ res.cookie(...), но пишет что такого метода нет у объекта
Какая ошибка ?
Ну само поле res.cookie - undefined
res.setCookie(..)
пробовал, то же самое(
Может аргументы не правильно перед
Не, как и в случае с res.cookie возвращает undefined
Stackoverflow: There is a module for adding cookies to restify. It is called restify-cookies. Incidentally, you don't need this module to use cookies. Since cookies are just headers you can add them by using res.setHeader("Set-Cookie", "cookie value;") and you can access them by using req.header("Cookie").
Да, тоже в доке искал, нет ничего. Спасибо)
Обсуждают сегодня