IP*Works! 2016 C++ Edition
IP*Works! 2016 C++ Edition
Questions / Feedback?

CookieName Property

The name of the cookie.

Syntax

char* GetCookieName(int iCookieIndex);

int SetCookieName(int iCookieIndex, char* lpszCookieName);

Default Value

""

Remarks

The name of the cookie.

This property, along with CookieValue store the cookie that is to be sent to the server. The SetCookie event displays the cookies set by the server and their properties.

The size of the array is controlled by the CookieCount property.

This property is not available at design time.

Data Type

String

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
IP*Works! 2016 C++ Edition - Version 16.0 [Build 7353]