krn.SessionDeleteLost

This job deletes all sessions from the database that are no longer online.

1. Input Parameters

Name Type Required Description

Flags

INT

Yes

1 = parameter AgeHours is observed; 0 = ignored

AgeHours

INT

Yes

Minimum age of sessions in hours, from which an offline session is deleted

2. Output Parameters

Name Type Dependency Description

DeletedSessions

STRING

IDs of deleted sessions

3. Return Value

(INT): 0 = Job successful, otherwise error code.