Feature #15631
closedBE should reload when a new session with another user is created
0%
Description
When you lost your session, you could change the login of the BE user. In this case, the authentification window get closed, but Typo3 still contain the old user BE interface until the next page refresh.
It can be confusing.
It could be nice to force a global reload, or force the cleaning of the BE cache files in this situation.
(issue imported from #M2572)
Updated by Karsten Dambekalns over 18 years ago
Reloading the whole BE is a bad idea, what if you have unsaved changes in some form open?
Updated by Marc Bastian Heinrichs over 18 years ago
Hi Karsten,
what if the changed user don't have the rights to save the opened element?
The best would be to disallow the change of user in the relogin form.
Updated by Maxime Alexandre over 18 years ago
What about forcing the deletion of the BE temp cache files ?
In this case, if the user is the same, then he can save his document.
Otherwise, if it's another user, the BE interface is refreshed.
Do you agree ?
Updated by Wolfgang Klinger over 18 years ago
I simply wouldn't allow to change the user in the re-login popup.
So +1 for Marc Bastian Heinrichs suggestion.
Updated by Chris topher over 14 years ago
At least after #19152 it is no longer possible to change the user "on the fly". You can only enter the password (for the current user) or abort the relogin and get redirected to the usual login screen.