Bug 37751 - Avoid re-login after installation of software components (via the app center)
Avoid re-login after installation of software components (via the app center)
Status: RESOLVED WORKSFORME
Product: UCS
Classification: Unclassified
Component: UMC (Generic)
UCS 3.2
Other Linux
: P5 normal (vote)
: UCS 4.0-x
Assigned To: UMC maintainers
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2015-02-10 14:40 CET by Alexander Kläser
Modified: 2015-06-02 10:27 CEST (History)
2 users (show)

See Also:
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:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.