Cookies Parameter (Connect-OData Cmdlet)
This property can be manually specified in the format of name=value pairs, which are separated by semicolons.
Syntax
Connect-OData -Cookies string
Data Type
cstr
Default Value
""
Remarks
Typically, the Cookies property does not need to be configured. However, since there are various types of OData services, manual specification of cookies may be required if the solution relies on cookies not obtained through the CData JDBC 本製品 for OData. Cookies can be entered in the format of name=value pairs, separated by semicolons. For example: Cookie1=value; Cookie2=value2.
This property is useful for authentication, session tracking, and personalization purposes.