익스프레스.js | res.clearCookie() 함수 - GeeksforGeeks

 

Express.js | res.clearCookie() Function - GeeksforGeeks

A Computer Science portal for geeks. It contains well written, well thought and well explained computer science and programming articles, quizzes and practice/competitive programming/company interview Questions.

www.geeksforgeeks.org

여기도 참조하고

res.clearCookie() doesn't work · Issue #691 · expressjs/express (github.com)

 

res.clearCookie() doesn't work · Issue #691 · expressjs/express

res.clearCookie(''); does nothing for me. I have worked around it by using: res.cookie('', '', {expires: new Date(1), path: '/' }); instead, as per: http://groups.go...

github.com

여기도 참조하였으나

 

문제는

 

res.clearcookie라고 적은 나의 코드였다

 

res.clearCookie로 대문자 잘 찍으니 구현이 잘 된다

아니 소문자로 적었을 때 컬러가 안떠야 정상 아님?

+ Recent posts