---
title: callerSecuritySession
framework: security
role: symbol
role_heading: Global Variable
path: security/callersecuritysession
---

# callerSecuritySession

A value that is a placeholder for the caller’s session.

## Declaration

```swift
var callerSecuritySession: SecuritySessionId { get }
```

## Discussion

Discussion When you provide this value as the session input to the SessionGetInfo(_:_:_:) function, the function will return the actual session ID via the sessionId output.
