This property defines whether the Membership server instance should persist authentication (password) cookies. This property defaults to TRUE. This property is only used if "cookie authentication" is set for this instance.
Type
BOOL
Example
Set ObjCreator = CreateObject("ObjCreator.ObjCreator.1")
Set BrokConfig = ObjCreator.CreateObjAuth("MemAdmin.BrokConfig.1") BrokConfig.GetConfig 1
BrokConfig.bPwdCookiePersist = TRUE
BrokConfig.SetConfig