|
RegFiles and ControlFiles
AvlockGold automatically will create two files into the executable directory: xxxxxxxx.avr (the RegFile) and xxxxxxxx.avc (the ControlFile), where the xxxxxxxx string is calculated from the AppID number. RegFile is for storing all registration data and ControlFile to control how much users are logged to your app, so when those users exceed the value by the maxusers property, they will get this message: "Too many active users".
|