Friday 15 March 2019

Express: res.clearCookie(name [, options]): Clears the cookie with this name


res.clearCookie(name [, options])
This method clears the cookie.

Example
res.clearCookie('rememberme', { path: '/admin' })



Previous                                                 Next                                                 Home

No comments:

Post a Comment