Gitlab@Informatics

Skip to content
Snippets Groups Projects
Commit 4656386f authored by 65160394's avatar 65160394
Browse files

Project Round 2

parent b912be54
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@ app.use(session({
secret: 'bankkhabb', // เปลี่ยนเป็นค่า secret ของคุณ
resave: false,
saveUninitialized: true,
cookie: { secure: true } // ถ้าใช้ HTTPS เปลี่ยนเป็น true
cookie: { secure: false } // ถ้าใช้ HTTPS เปลี่ยนเป็น true
}));
// Routes
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment