Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created June 2, 2020 06:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/c603c24738a9e2f1bb5aa2f9c448ad06 to your computer and use it in GitHub Desktop.
Save parzibyte/c603c24738a9e2f1bb5aa2f9c448ad06 to your computer and use it in GitHub Desktop.
app.use(session({
secret: "987f4bd6d4315c20b2ec70a46ae846d19d0ce563450c02c5b1bc71d5d580060b",
saveUninitialized: true,
resave: true,
}));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment