node.js - Destroying a session in node on a specific event -


basically, app receives request platform hosting saying app uninstalled specific user. in request want log user out destroying req.session , since request not actual user don't have access session. there anyway destroy session?


Comments