Cookie (Class)
Represents a cookie exchanged by the servlet and the web browser.
Properties
Cookie name. | |
Comment describing the function of the cookie, null if undefined. | |
Cookie's domain name. | |
Cookie life-span in seconds. | |
Path based on which the web browser forwards the cookie. | |
true if the cookie can only be forwarded via a secure protocol. | |
Cookie value. | |
Protocol version which the cookie is compatible with. |
Features
Available in:
- JSSP
- WebApp