# 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.7/script-reference/unityeditor.md)
* **Assembly:** UnityEditor.CoreModule

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