Sebastian Rager
Sebastian Rager
Since 0.0.88 the view is fully broken, no styles are applied. If I roll back to version 0.0.87, the online 3D viewer doesn't work anymore. It worked with a fresh...
Closes #25. Checklist: - [x] issue number linked above after pound (`#`) - replace "Closes " with "Contributes to" or other if this PR does not close the issue -...
This combines #36, #41 and #47 and refactors the handling of (modified) session. Instead of listening to `event.res.on('finish')`, it uses the `resEndProxy` from #41 to save changes made to the...
Closes #2. Checklist: - [x] issue number linked above after pound (`#`) - replace "Closes " with "Contributes to" or other if this PR does not close the issue -...
Forces the session to be saved back to the session store, even if the session was never modified during the request. This is the current default behavior, with the `resave`...
Forces a session that is "uninitialized" to be saved to the store. A session is uninitialized when it is new but not modified. Choosing `false` is useful for implementing login...