Returns the value of the specified cookie object.
Syntax
getValue( cookie )
cookie.getValue( )
Parameters
cookie
|
a cookie object to use.
|
Returns
string
|
the cookie's value.
|
Notes
This method is only accessible by ss and by iScript Servlet.
Example
value = cookie.getValue( )
|