This check prevents renew option from koa-session to work. The check assumes there are two valid reasons to update data, while there are four: changed, rolling, force, renew.
koa-session has its own reason check before saving. So it does not call store to set data without a reason.
Simply removing this custom check can allow renew option to work. Am i missing something?
This check prevents
renewoption fromkoa-sessionto work. The check assumes there are two valid reasons to update data, while there are four: changed, rolling, force, renew.koa-sessionhas its own reason check before saving. So it does not call store to set data without a reason.Simply removing this custom check can allow renew option to work. Am i missing something?