uniGUI学习之Cookie(54)


UniApplication.Cookies.SetCookie(
      const ACookieName: string,
    const AValue: string, 
    AExpires: TDateTime = 0,
    ASecure: Boolean = False,
    AHTTPOnly: Boolean = False, 
    const APath: string = '/'
)

 

相关