Nodejs testing existing session

How I can be sure, in NodeJs and using Express-session, to have an existing session ?

I need to be sure that the session is registered on the server AND that it corresponds to the req.sessionID ?

Thanks for advance