Set a cookie to be sent with accesses to certain URLs.
page-url:
Url that the
cookie should be associated with. Unprivileged applets can only set information for a
Url that is for the same web server as where the applet was loaded from.
cookie:
HttpCookie to set into the cookie cache to be sent with future HTTP requests.
Notes
cookie.secure? must be true and cookie.expires must be null.