mirror of
https://github.com/OpenBankProject/API-Explorer-II.git
synced 2026-02-06 10:47:04 +00:00
session cookie name
This commit is contained in:
parent
6030965947
commit
85aa76a71f
@ -124,6 +124,7 @@ console.info(
|
||||
app.use(express.json())
|
||||
let sessionObject = {
|
||||
store: redisStore,
|
||||
name: 'obp-api-explorer-ii.sid', // CRITICAL: Unique cookie name to prevent conflicts with other apps on localhost
|
||||
secret: process.env.VITE_OPB_SERVER_SESSION_PASSWORD,
|
||||
resave: false,
|
||||
saveUninitialized: false, // Don't save empty sessions (better for authenticated apps)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user