julianlam / nodebb-plugin-session-sharing

Allows login sessions from your app to persist in NodeBB
MIT License
88 stars 65 forks source link

fix: do not reroll sessions for update behaviour #121

Closed nesro closed 2 years ago

nesro commented 2 years ago

Hi there, sessions should not be rerolled with update behaviour.

The problem that is caused by this is that when you open multiple tabs, you will exceed maximum number of sessions and you will be logged out. It took me some time to find this out.

Thanks, Tomas

julianlam commented 2 years ago

v5.1.9

julianlam commented 2 years ago

Thanks!