next-session
next-session copied to clipboard
question: what's the different between `set` and `touch` for a SessionStore?
https://github.com/hoangvvo/next-session/blob/master/src/memory-store.ts
the memory store's set
and touch
are implemented exactly the same.