Top   Module   Use   Manual   Index 

com :: sun :: star :: ucb ::

struct Cookie


Description
A cookie.


Elements

string Name
Description
The name of the cookie.
string Value
Description
The value of the cookie.
string Domain
Description
The domain to which the cookie applies.
string Path
Description
The path to which the cookie applies.
com::sun::star::util::DateTime Expires
Description
The date the cookie will expire.
boolean Secure
Description
Whether the requested action should be performed in a secure fashion.
com::sun::star::ucb::CookiePolicy Policy
Description
The policy for handling this cookie in the future.
Top of Page