@raj-0 https://community.nodebb.org/post/86615 duplicate, locking.
User session
-
how long is it by default, I could kill Chrome and Safari, navigate back to the site and still logged in?
-
30 days I think. @julian ?
-
that's the redis expire thingy?
-
https://github.com/designcreateplay/NodeBB/blob/master/src/webserver.js#L188
redis has ttl of 30 days too I think
https://github.com/designcreateplay/NodeBB/blob/master/src/database/redis.js#L43
Not sure how mongo handles it TBH.
-
Yeah, that cookie should be it.
-
time to fess up and say that "remember me" doesn't actually do anything. should make an issue for that