QUESTION:
Is there any way to create a variable storage in per session/http request? The variable must be globally accessible and different
have you tried using a cookies? set the cookie to the browser and then everytime there is a request, you would know the user by its cookie.. you may use 'cookie-parser' node library.