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