Top   Module   Use   Manual   Index 

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

enum CookiePolicy


Description
A policy how to handle cookie requests.


Values

CONFIRM
Description
Interactively accept or ignore each individual cookie request.
ACCEPT
Description
Generally accept all cookie requests.
IGNORE
Description
Generally ignore all cookie requests.
Top of Page