---
title: session
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uiscene/session
---

# session

The session associated with the scene.

## Declaration

```swift
var session: UISceneSession { get }
```

## Discussion

Discussion UIKit maintains a session object for each scene. The session object contains a unique identifier for the scene and other information about its configuration.

## See Also

### Getting the scene’s session

- [UISceneSession](uikit/uiscenesession.md)
