If a user is already logged in and tries to login again in a new instance I\'d like it to log out the other user instance. I don\'t want the same user to be logged in twice on m
req.sessionID will provide you the session's ID, where req is a request object.
req.sessionID