I am using this module for koajs sessions.
I checked the source code but I really cannot understand it. I am trying to know where it is saving the session data, because I see no files created, and when the server is restarted the session data is still there.
I got the feeling it is saving the data in the cookie itself, then I see it creates two cookies with scrambled text.
Now, is it encoding the data in the cookie itself (unsecure) or is it saving the data on the server in a manner I do not understand yet?