Brocade Virtual ADX OpenScript API Guide (Supporting ADX v Manual de usuario Pagina 90

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 132
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 89
78 Brocade Virtual ADX OpenScript API Guide
53-1003243-01
Methods
6
Example
OS_HTTP_RESPONSE::cookie_path ($name)
Gets the cookie path specified by $name if it is present otherwise it returns undefined.
Context
This function called in http request context will have no effect.
Usage
Can be used to get the cookie path.
Input Parameters
The following table contains the input values.
Return Values
The following table contains the output values.
Example
OS_HTTP_RESPONSE::cookie_path ($name, $value)
Sets the cookie path specified by $name to the value specified by $value. If it is not present there
is no operation.
TABLE 85 Input Values
Name Type Description
$name string A string representing the cookie
name.
TABLE 86 Input Values
Name Type Description
string Value of the path for the cookie
specified by $name.
use OS_HTTP_RESPONSE;
sub HTTP_RESPONSE{
OS_HTTP_RESPONSE::cookie_version("ServerID","1048");
}
use OS_HTTP_RESPONSE;
sub HTTP_RESPONSE{
my $cookie_path = OS_HTTP_RESPONSE::cookie_path("ServerID");
}
Vista de pagina 89
1 2 ... 85 86 87 88 89 90 91 92 93 94 95 ... 131 132

Comentarios a estos manuales

Sin comentarios