Am 30.12.2015 um 07:43 schrieb Brad Anderson:

Is there a relatively easy way to save and restore the session store? I'd rather not use redis but dropping the session data is going to be a problem.

I also noticed this post from earlier this year about Rails style sessions which don't require server side storage. Is that approach any more feasible today?

Unfortunately nothing has happened in that regard so far. It somehow got
forgotten along the way. But I've today made a few quick changes to make
it possible to store the session data in a cookie, along with a proof of
concept CookieSessionStore. It just requires some breaking changes for
code that derives from SessionStore and it currently creates a rather
ugly cyclic dependency between the session and the HTTP server modules.
I'll push it to GitHub once I have worked out the latter issue.