Save sessions in files, not memory, in production mode
Opened this issue · 1 comments
PVince81 commented
In production mode, use another session store.
Either use redis or external files.
Needs some research.
PVince81 commented
@jdrudolph would it be something for you ?
Once implemented the sessions should be kept between server restarts.