You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By include app.use(flash()) , a cookie is set on client side even the middleware is not used to set any flash message. This will prevent caching efficiently.
The text was updated successfully, but these errors were encountered:
By include
app.use(flash())
, a cookie is set on client side even the middleware is not used to set any flash message. This will prevent caching efficiently.The text was updated successfully, but these errors were encountered: