ui: login: remember that user has a session #25171
Labels
A-webui-security
C-enhancement
Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
If a user has logged in and opens another page, they should not be prompted to enter their username and password again; the page should somehow remember that they have a session.
Do this either by:
localStorage
index.html
server-side with a variable such aswindow.loggedInUser = 'vilterp'
.The text was updated successfully, but these errors were encountered: