This property specifies how long a Membership virtual server instance that is configured to handle authentication will cache the security tokens issued on behalf of clients. This property is in units of minutes.
Type
LONG
Example
Set ObjCreator = CreateObject("ObjCreator.ObjCreator.1")
Set BrokConfig = ObjCreator.CreateObjAuth("MemAdmin.BrokConfig.1") BrokConfig.GetConfig 1
BrokConfig.lTokenCacheTimeout = 12 ' 12 minutes before new token 'generated
BrokConfig.SetConfig