It should cache for an hour, I think (based on a quick look at nodebb package manager code). So yes - you have to wait a bit before the nbbpm refreshes. You can just install the updated version manually by using npm install <package name> from the command line in NodeBB folder.
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