cookieInformation Data Type

Schema
ns0.xsd
Available Since
1.4-M4
Properties
name data type type namespace min/max occurs description
domain string element 0/1  
path string element 0/1  
rememberMeEnabled boolean element 1/1  
secure string element 0/1  
timeout string element 0/1  

Example

<c----->
  <path>...</path>
  <domain>...</domain>
  <secure>...</secure>
  <timeout>...</timeout>
  <rememberMeEnabled>...</rememberMeEnabled>
</c----->