Douglas Wilson

Results 1985 comments of Douglas Wilson

> In the meantime is there a way to "Hack" around this? There may be a clever way, but the simplest way is to add a `.all` on your route:...

Hi @thethakuri right now all format functions and token functions are expected to be sync. We can add async support, however.

Hi @IbrahimTanyalcin you can make any rule you like to determine if the response should br compressed or not using the `filter` option. You can find more and an example...

I'm not dure I understand. If you return `true` from the filter, then it would compress those files you would like compressed. I'm not sure whay the default behavior is...

To answer your top question, you have both `resave` and `saveUninitialized` set to `false`, so yes you would need to alter your session for the cookie to set, as that...

Hi @bash-tp that is very strange. Have you opened an issue with your `connect-mongo` driver? That is what is doing the serialization/deserialization of the session. This module is designed to...

Ok. Unfortunately the most I can say is that there is no serialization in this module itself -- that's just done by the store. The `session` object from this module...

Thank you, that is interesting. So you're saying I can just add those lines to the top and bottom of the `index.js` file and that is enough?

Awesome, thank you! I know there has been past discussions, so not sure if you have seen all of it, but a couple things for this PR i noticed missing,...