# sessionCount

> The number of Editor sessions that have occurred since the current instance of the Unity Editor was installed.

## Definition

* **Type:** Property
* **Namespace:** [UnityEditor](/engine/6000.3/script-reference/unityeditor.md)
* **Assembly:** UnityEditor

```csharp
public static long sessionCount { get; }
```
