Websydian v6.1 online documentationOnline documentation - Websydian v6.1

DeleteInactiveSessions Function

The DeleteInactiveSessions function is used for 'cleaning up' inactive Session records in the Session table and the function will as default delete all inactive Session records in the Session table.  The DeleteInactiveSessions function calls the DeleteInactiveSessionsINT function, which runs through and delete the inactive records (until a specified date).

The function can be scheduled to run regularly (e.g once a month) or it can be run manually whenever needed.

If any functionality must be performed together with the deletion of inactive Session records, this can be specified in the 0 Before deletion of inactive session edit point in the DeleteInactiveSessionsINT function.