# Global Cookie Encryption

The **Global Cookie Encryption** feature is designed for customers deploying **WorkSpaces Manager** behind a load balancer with multiple instances. When enabled, this feature ensures consistent and secure user session handling across all instances by using a **shared encryption key** stored in AWS Systems Manager Parameter Store.

<figure><img src="/files/WIdPNpMQKAuLFtWBmDML" alt=""><figcaption></figcaption></figure>

To support this functionality, the WSM instance role **must be granted the following permissions**:

```json
{
      "Version": "2012-10-17",
      "Statement": [
            {
                  "Effect": "Allow",
                  "Action": [
                        "ssm:PutParameter",
                        "ssm:GetParameter",
                        "ssm:GetParameters",
                        "ssm:DeleteParameter"
                  ],
                  "Resource": "*"
            }
      ]
}
```


---

# 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.nuvens.cloud/admin/appendices/global-cookie-encryption.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.
