Bug 37751

Summary: Avoid re-login after installation of software components (via the app center)
Product: UCS Reporter: Alexander Kläser <klaeser>
Component: UMC (Generic)Assignee: UMC maintainers <umc-maintainers>
Status: RESOLVED WORKSFORME QA Contact:
Severity: normal    
Priority: P5 CC: best, gohmann
Version: UCS 3.2   
Target Milestone: UCS 4.0-x   
Hardware: Other   
OS: Linux   
See Also: https://forge.univention.org/bugzilla/show_bug.cgi?id=37347
What kind of report is it?: --- What type of bug is this?: ---
Who will be affected by this bug?: --- How will those affected feel about the bug?: ---
User Pain: Enterprise Customer affected?:
School Customer affected?: ISV affected?:
Waiting Support: Flags outvoted (downgraded) after PO Review:
Ticket number: Bug group (optional): Usability
Max CVSS v3 score:

Description Alexander Kläser univentionstaff 2015-02-10 14:40:11 CET
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.
Comment 1 Florian Best univentionstaff 2015-05-11 18:04:39 CEST
@Alex: we fixed this with renewSession(), right? If yes → WORKSFORME.
Comment 2 Alexander Kläser univentionstaff 2015-06-02 10:27:16 CEST
(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.