Relative Content

Tag Archive for javascriptexpressexpress-session

How to make session variables pass between pages?

To start off, I have multiple webpages in express. I save a variable into a session in a post request, then it redirects to a different page. On that page, I attempt to access the variable. But it returns “Undefined”. I checked the session ids on those 2 functions, they do not match up. This might be because the sessions could be local.