Currently, it can be annoying to re-login after installing a software component and restarting UMC. Two ideas to avoid the login: (a) Shutting down all module processes, yet keeping the session alive. Module processes will be restarted and will thus use new code, e.g., UDM modules or syntaxes. (b) Restarting the UMC server process, but keeping the session itself alive, such that the user is logged in automatically with his previous session cookie.
@Alex: we fixed this with renewSession(), right? If yes → WORKSFORME.
(In reply to Florian Best from comment #1) > @Alex: we fixed this with renewSession(), right? If yes → WORKSFORME. Yes, we adjusted this with Bug 37347.