express - What makes my information get deleted from `memcached` -


currently using memcached + connect-memcached + express-session have user information stored temporarily during lifecycle.

but found user information got delete fast have no idea why? happened following:

  1. login username , password, user info should stored 7 days due express-session config cookie: { maxage: 86400000 * 7 }
  2. after login, leave mouse , keyboard while(may 1 minute)
  3. try click on webpage requires user info
  4. while digging node code, have sessionid cause set in cookie, , memcached returned nothing key kill me.

i didn't find document behavior, can help?

i'd know why information deleted it's not expired?

i've given 2000 -m option memcached could't find documentation described it(i thought should memory usage).


Comments

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -