arcadedb
arcadedb copied to clipboard
Studio logout is absent
ArcadeDB Version:
23.6.1
OS and JDK Version:
debian 11 - jdk 17
Expected behavior
If you refresh the studio page, the login page appears. A current user info on studio interface should be present with logout feature and the user session can be persistent until logout or expire.
Actual behavior
If you refresh the http://server:2480 address, the login reappears. Its better to keep the user until logout or session expire.
We already have some requests here to improve the login/session management. Right now the session is not saved in the browser, but cookies/local database would work.
As a temporary measure, I could add a button to studio just reloading the page and thus requiring a login again?