Consider saving sessions in database
Currently we store weboob's sessions (2FA cookies, etc.) in a JS map. In the case where Kresus is used on a cloud, it might be stopped and restarted only on demand, causing the JS map to be new each time. With 2FA we would then lose the cookies.
We should consider storing the sessions in database instead.