Hi everyone,
We are using BaseX for the development of our web application and we are having issues with automatic logouts. We have developed forms with Xforms that allow us to process historical documents and we use Basex to manage our data directly in XML. Recently we put our application online to be able to share our data and work with the whole team more easily.
For the management of the users and the permissions, we relied on the BaseX doc (https://docs.basex.org/wiki/Permissions https://docs.basex.org/wiki/Permissions). Globally everything works fine, except that we encounter a kind of automatic logout of the users maybe about 1 hour after their login, maybe even less, it’s hard to say… In fact, our forms are quite big and it often takes more than an hour to finish processing a single historical resource, and when the user save his work, if he is logged out, he loses all what he’ve done.
Would you know a way to increase this logout time? On our local BaseX instance, we tried changing the database options, including Keepalive (https://docs.basex.org/wiki/Options#KEEPALIVE). We changed the value 600 to 60, just to make sure it was this option that needed to be changed, but it didn't seem to have any effect…
For the moment we set up an automatic backup system, but this solution introduces other issues and is therefore not ideal.
Thank you in advance for your help!! Take good care, Josselin.