You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: