You should add the touch method for the store. It is recommended
store.touch(sid, session, callback)
Recommended
This recommended method is used to “touch” a given session given a session ID (sid) and session (session) object. The callback should be called as callback(error) once the session has been touched.