Sets the path of the specified cookie object.
Syntax
setPath( cookie , path )
cookie.setPath( path )
Parameters
cookie
|
a cookie object to use.
|
path
|
the path name.
|
Returns
Notes
This method is only accessible by ss and by iScript Servlet.
Example
cookie.setPath( path )
|