Using Redis to handle Session in Node.js Jul 30, 2015 We have covered session management in ExpressJs using global variable technique which of course will not work in case of shared server or concurrent execution of http requests which is most familiar production scenario. view source Advertisement