Brocade Virtual ADX OpenScript API Guide (Supporting ADX v Manuale Utente Pagina 91

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 132
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 90
Brocade Virtual ADX OpenScript API Guide 79
53-1003243-01
Methods
6
Context
This function called in http request context will have no effect.
Usage
Can be used to set the cookie path.
Input Parameters
The following table contains the input values.
Return Values
None
Example
OS_HTTP_RESPONSE::cookie_domain($name)
Gets the cookie domain for the cookie specified by $name if it is present otherwise it returns
undefined.
Context
This function called in http request context will have no effect.
Input Parameters
The following table contains the input values.
TABLE 87 Input Values
Name Type Description
$name string A string representing the cookie
name.
$value string Value of the cookie path for the
cookie specified by $name.
TABLE 88 Input Values
Name Type Description
$name string A string representing the cookie
name.
use OS_HTTP_RESPONSE;
sub HTTP_RESPONSE{
OS_HTTP_RESPONSE::cookie_path("ServerID", "/docs”);
}
Vedere la pagina 90
1 2 ... 86 87 88 89 90 91 92 93 94 95 96 ... 131 132

Commenti su questo manuale

Nessun commento