| Modifier and Type | Method and Description |
|---|---|
void |
CGI.header(String variable,
String value)
Called by CGIs to send a header to the output
|
void |
CGI.setcookie(String variable,
String value)
Sets a Cookie in the web browser.
|
void |
CGI.setcookie(String variable,
String value,
String path,
String domain,
Date expires,
boolean secure)
Sets a Cookie in the web browser, with extended attributes.
|
Copyright © 2015. All Rights Reserved.