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