This property specifies how long the authentication cookies issued to clients by the server instance remain valid before a new login is required. The timeout is in minutes since the last received client request. This property value is used if "cookie authentication" is set for this instance.
Type
LONG
Example
Set ObjCreator = CreateObject("ObjCreator.ObjCreator.1")
Set BrokConfig = ObjCreator.CreateObjAuth("MemAdmin.BrokConfig.1") BrokConfig.GetConfig 1
BrokConfig.lPwdCookieTimeout = 5
BrokConfig.SetConfig