Skip to content

Instantly share code, notes, and snippets.

@Enome
Created October 23, 2012 20:55
Show Gist options
  • Save Enome/3941497 to your computer and use it in GitHub Desktop.
Save Enome/3941497 to your computer and use it in GitHub Desktop.
function (req, res, next) {
res.locals.flash = req.session.flash;
delete req.session.flash;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment