---
title: sameSiteLax
framework: foundation
role: symbol
role_heading: Type Property
path: foundation/httpcookiestringpolicy/samesitelax
---

# sameSiteLax

A policy that allows certain cross-site requests to include the cookie.

## Declaration

```swift
static let sameSiteLax: HTTPCookieStringPolicy
```

## Discussion

Discussion When a cookie has this policy, a request includes the cookie if the request is “top-level,”, meaning one that changes the URL in the address bar.

## See Also

### Policies

- [sameSiteStrict](foundation/httpcookiestringpolicy/samesitestrict.md)
