Previous PageNext Page

6.1.1 Lock Method

The Lock method blocks other clients from modifying variables stored in the Application object, ensuring that only one client at a time can alter or access the application variables. If you do not call the Unlock method explicitly, the server unlocks the locked Application object when the script ends or times out.
 

Syntax

Application.Lock


Copyright © 2000 Chili!Soft

Previous PageTop Of PageNext Page