passport / todos-express-password

Todo app using Express and Passport for sign in with username and password.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

where can I find out serialized session in my hard disk?

sunq0001 opened this issue · comments

just want to take a look how serialized session looks like but i don't know where i can find it out.
can you help?

The example is using an in-memory session store, so it's not stored on disk.