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?