You are using the express-session middleware for cookie session maintenance.
What consideration would you need to take in case you want to use this for a production environment?
Options
- You should never use it in a production environment
- You should use an in-memory store in the production environment
- You should set up a session store for the production environment
- No changes are necessary