Encodes the specified URL for use with redirect( ) by adding an necessary session ID.
Syntax
encodeRedirectURL( response , string )
response.encodeRedirectURL( string )
Parameters
response
|
the response object to use.
|
string
|
the url to encode.
|
Returns
Notes
This method is only accessible by ss and by iScript Servlet.
Example
Response.redirect( Response( ).encodeRedirectURL( url ) )
|