---
title: sessionContentURL
framework: lockedcameracapture
role: symbol
role_heading: Instance Property
path: lockedcameracapture/lockedcameracapturesession/sessioncontenturl
---

# sessionContentURL

A temporary directory URL inside the extension’s data container.

## Declaration

```swift
final var sessionContentURL: URL { get }
```

## Discussion

Discussion Store captured content during the current LockedCameraCaptureSession to this URL. The system copies the contents of this directory to the extension’s containing app’s data container when the extension is suspended. The extension’s data container is erased once the system finishes copying the contents. Store all data that needs to be persisted past the lifetime of the extension process to this directory.
