Add session keys count

This commit is contained in:
Taras Kushnir
2025-06-17 12:29:23 +03:00
parent f031d0b335
commit ae1345b41f

View File

@@ -11,4 +11,6 @@ const (
KeyPersistent
KeyNotificationID
KeyReturnURL
// Add new fields _above_
SESSION_KEYS_COUNT
)