Is there a way to automatically have the `socket.request.session` update
I’m using express, express-session and socket.io for part of my web application.
Is there a way to automatically get the session avaliable via socket.request.session
to update, without having to call socket.request.session.reload()
?