session
session copied to clipboard
How to use session using cookies with path paramters
I'm trying to use express-session together an OIDC provider that uses a path with a UID for each user interaction. So for each user navigation, I have a path like /interaction/randomUid.
The question is how to configure express-session to save the session cookie inside this dynamic path?