enable/disable tracking by way of a method

Lots of people coding their own security into their solutions.
I am one of them :)

Now sometimes you do want to use the tracking feature in Servoy security.
For this purpose I like to have a function to enable/disable tracking on a table.

yes indeed. I have suggested the function: application.login() also to Johan a while ago.

So you can use your own login and use the internal security under the hood, for instance: record creator, record modificator, etc..etc..

Yes, a login/logout function would also work.
This way you could bind your custom security with the Servoy security.
But I would also like to have a seperate tracking function.