I have used active lock to disable some features in my program. But due to this my program has become too slow because on execution it check's whether the user is registered or not and if yes it enable all the features of it. If anyone know a better and faster alternative to this kindly let me know.

Thanks.