Does anyone have a good place to start with?
I want to manage sessions to prevent reading and writing data to the DB in every HTTP/HTTPS request i get.
The catch is that requests come from a PHP server and not from a browser. I can provide more details if needed, but really want to now if someone has tackled this already...
EDIT 1:
The PHP server will send many requests to my nodeJS and the requirement is that each request will have its own sessions parameters stored separately.