SessionCookies (Type)
Structure describing the possible cookies for this session, cfID, cfToken, and jSessionID. Either cfid and cftoken or jsessionid will be populated, depending on server configuration.
Based On:
Structure
Structure Fields:
Field Name | Type | Description |
---|---|---|
cfID | String | Session cookie cfID, or 0 if not applicable. |
cfToken | String | Session cookie cfToken, or 0 if not applicable. |
jSessionID | String | Session cookie jSessionID, or empty string if not applicable. |
Error Message:
Must be a structure describing the possible cookies for this session, cfID, cfToken, and jSessionID.