How can I find the session Id when using express / connect and a session store? August 10, 2023 by Tarik req.sessionID will provide you the session’s ID, where req is a request object.