I feel like this has to be buried somewhere in the documentation, but I can\'t find it.
How do you close or end or kill (whatever) a session in ExpressJS?
use,
delete req.session.yoursessionname;