- 
    Type:Improvement 
- 
    Resolution: Fixed
- 
    Priority:Major 
- 
    Component/s: SolarUser
- 
    None
Currently the SolarUser UI makes use of server-side HTTP sessions, but using an in-memory database. As SolarUser instances come and go, a currently logged-in user can get logged off because their session is lost. Implement cluster-aware persistent HTTP sessions so this does not occur.