Hello, I'm currently developing an application using Mendix 10.12 and I'd like to clarify how session timeouts are managed in this version. Previously, in Mendix 10.9 and earlier, sessions had a default timeout of 10 minutes with EnableKeepAlive set to true, meaning sessions wouldn't expire automatically. However, according to Mendix documentation, to maintain a session in Mendix 10.9 and above, Authtoken must be handled via the client API. I assumed that a session would time out after 10 minutes if Authtoken wasn't set, but I've observed that my app remains active as long as the browser window stays open. Could you please confirm whether EnableKeepAlive is still effective and set to true by default in Mendix 10.12? Your guidance would be greatly appreciated.