Closed dead-horse closed 8 years ago
please merge and cut a new release
1.11.3
thank you!!!!
@dead-horse @fengmk2 can you please do an npm deprecate
notice for people using prior versions? this is a big bug, especially for those that use flash messaging.
@dead-horse @fengmk2 I still think this is broken. If you do a ctx.redirect
right after setting a new setting property, such as ctx.session.foo = 'bar';
, then the next time the session loads, ctx.session.foo
is undefined and the session didn't save.
closes #93 #94