Previous PageNext Page

6.1.2 Unlock Method

The Unlock method enables other clients (via an ASP page) to modify the variables stored in the Application object after it has been locked using the Lock method. 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.Unlock


Copyright © 2000 Chili!Soft

Previous PageTop Of PageNext Page