> For the complete documentation index, see [llms.txt](https://docs.devolutions.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devolutions.net/rdm/ribbon-menu-bar/file/settings/sessions.md).

# Sessions

Go to ***File – Settings – Entry types – Sessions*** to control the behavior of the application with respect to sessions.

#### Settings <a href="#connection-options" id="connection-options"></a>

#### Connection options <a href="#connection-options" id="connection-options"></a>

| **OPTION**                                                                   | **DESCRIPTION**                                                                                                                                                                                        |
| ---------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| **Automatically open file location after session recording**                 | After a session recording, it will open the destination folder where the file is saved.                                                                                                                |
| **Disable "Close all" confirmation message**                                 | Disable the confirmation message when closing/disconnecting multiple entries at the same time.                                                                                                         |
| **Disable compromised password (pwned) check**                               | Disable the pwned check feature if it is not forced by the administrator in ***Administration – System settings – Password validation***.                                                              |
| **Disable connection close confirmation message**                            | Disable the **connection close confirmation message** when a user closes an active session.                                                                                                            |
| **Disable DPAPI on offline cache**                                           | Disable the DPAPI encryption on the offline cache. This encryption is provided by Windows and used to make the offline cache more secure.                                                              |
| **Disable form editor cache**                                                | Disable the form editor cache and force Remote Desktop Manager to always fetch the information. It is not recommended to disable this feature for performance reasons.                                 |
| **Disable logoff confirmation message**                                      | When pressing the logoff button in an embedded RDP session, Remote Desktop Manager, will disconnect the session without the logoff confirmation message.                                               |
| **Disable system event handlers**                                            | Only used for diagnostic purposes. Do not enable unless recommended by our customer support team.                                                                                                      |
| **Enable global event logging for Telnet and SSH (DevolutionsTerminal.log)** | Enable global event logging for Telnet and SSH entries. It will create the file `DevolutionsTerminal.log` at the same place where the configuration file is located.                                   |
| **Enable offline read/write locks**                                          | Activate locks for the Offline read/write rights.                                                                                                                                                      |
| **Ensure that KeePass is running**                                           | Validate that KeePass is running on your computer before accessing any KeePass data.                                                                                                                   |
| **Force refresh before edit entry**                                          | Perform a refresh of the entry before entering in edit mode. This is useful in a multi-user environment with a Team workspace. This ensures that you are editing the most recent version of the entry. |
| **Force restore application with desktop shortcut**                          | When double-clicking on the desktop shortcut, it will restore the application that is already open. If the option is unchecked, a second Remote Desktop Manager window will open.                      |
| **Open shortcut session silently**                                           | Disable the command line warning message when using a shortcut.                                                                                                                                        |
| **Show deprecated workspace types**                                          | Some workspaces are not supported anymore. Enabling this option will show them again.                                                                                                                  |
| **Show disconnect option**                                                   | Adds a Disconnect option to the session's right-click context menu                                                                                                                                     |
| **Use connection loader optimization**                                       | Only enable this option upon request from our customer support team.                                                                                                                                   |
| **Use legacy folder images**                                                 | Enable this option to use the legacy folder images.                                                                                                                                                    |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.devolutions.net/rdm/ribbon-menu-bar/file/settings/sessions.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.
