This property specifies whether the Membership virtual server instance should issue tracking cookies. Set this property to TRUE to issue tracking cookies. This property defaults to FALSE.
Type
BOOL
Example
Set ObjCreator = CreateObject("ObjCreator.ObjCreator.1")
Set BrokConfig = ObjCreator.CreateObjAuth("MemAdmin.BrokConfig.1") BrokConfig.GetConfig 1
BrokConfig.bUseTrackCookie = TRUE
BrokConfig.SetConfig