adessoSE / budgeteer

Simple Project Budget Monitoring via Web Browser
MIT License
31 stars 18 forks source link

login: Fix IllegalStateException after relogin #548

Closed czarnecki closed 2 years ago

czarnecki commented 2 years ago

This issue seems to have been caused by calling replaceSession() after invalidate() in logout(). Since it doesn't make sense to replace the session after it was invalidated we just remove that call. Closes #546