lCacheTimeout Property

The lCacheTimeout property specifies how long user properties will remain in the Membership virtual server instance without a retrieval request before being purged. This property is in units of seconds. Note that this timeout period resets after each request for the user's properties by an instance of the UserObjects object.

Type

LONG

Example

Set ObjCreator = CreateObject("ObjCreator.ObjCreator.1")
Set BrokConfig = ObjCreator.CreateObjAuth("MemAdmin.BrokConfig.1") 
BrokConfig.GetConfig 1
BrokConfig.lCacheTimeout = 120 
BrokConfig.SetConfig

© 1997-1998 Microsoft Corporation. All rights reserved.