GriffinSauce / Grouplanner

Easy regular planning with groups
0 stars 0 forks source link

Make server session persistent on reboot #27

Closed HalleyInteractive closed 9 years ago

HalleyInteractive commented 9 years ago

Currently a user is redirected to login after we restart the application

GriffinSauce commented 9 years ago

I've implemented a mongodb session store. Sessions now persist. One problem: when a logged in user visits /login, the server crashes. Afterwards, the session is available...

GriffinSauce commented 9 years ago

Moved some routing code around, it seems stable now. It really wanted a "successRedirect" option ...