Akhidjon

Commented

Showing 1 changed file with 1 additions and 0 deletions
......@@ -83,6 +83,7 @@ connection = mysql.createConnection({
});
// 로그인 세션
//Login Session
app.use(session({
secret : 'secrettexthere',
saveUninitialized : true,
......