| property |
description |
| Contents.Remove |
removes a named variable from the Contents collection |
| Contents.removeAll() |
removes all variables from the Contents collection |
| Lock() |
locks the Application object so only the current ASP page
has access to the contents .Prevents more than one user
altering values at the same time |
| Unlock() |
unlocks the ASP pages lock on the Application object |