Benj

Results 3 issues of Benj

Hi, it seems I cannot disable cookie encryption: ``` session_opts = { 'session.type': 'cookie', 'session.cookie_expires': 30, 'session.key': "site", 'session.validate_key': "*****" } ``` if I omit validate_key it will crash requiring...

Hello, I try to capture the entire response content right before it is sent back to the browser, fully processed. (in order to cache it). I use this kind of...

It would be good if we could use saveAll in background eventually on several [Objects]. Currently it's only possible to save in bg + eventually on a single object. regards,...

type:feature