JSDO properties, methods, and events reference : loginTarget property
  

loginTarget property

Returns the string appended to the web application URI passed to the login( ) method to form the URI of an application resource against which the user has been authenticated for the current login session.
By default, this appended string is "/static/home.html".
Data type: string
Access: Read-only
Applies to: progress.data.Session class
You initially provide the Mobile Web application URI as a parameter to the login( ) method. You can also pass a parameter to this method to specify a non-default value for the string appended to this URI.

See also:

login( ) method (Session class), serviceURI property