TIWCGJQAjaxCookie.Path Property

Define the path where the cookie is valid. By default the path of the cookie is the path of the page where the cookie was created (standard browser behavior). If you want to make it available for instance across the entire domain use path: '/'. Default: path of page where the cookie was created.

Namespace: IWCGJQCommon
published
 property Path: string index 01 read GetStringValue write SetStringValue stored IsStringStored;

Property Value

Type: string