session icon indicating copy to clipboard operation
session copied to clipboard

How to use session using cookies with path paramters

Open erickalmeidaptc opened this issue 4 years ago • 0 comments

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?

erickalmeidaptc avatar Feb 25 '22 21:02 erickalmeidaptc