# May 22

The main changes are as follows:

1. The sign-in session timeout has been extended from **15 minutes** to **7 days**.
   1. Previously, if a user was inactive for more than 15 minutes, the dApp would automatically lock, requiring a new sign-in to continue. With this update, users can remain signed in for up to 7 days without activity before being prompted to log in again.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs-dapp.loopring.io/other-features/change-logs/2025/may-22.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
