Returns the string representation of the specified cookie object.
Syntax
toString( cookie )
cookie.toString( )
Parameters
cookie
|
a cookie object to use.
|
Returns
string
|
the string representation of the specified cookie object.
|
Notes
This method is only accessible by ss and by iScript Servlet.
Example
println( cookie.toString( ) )
|