How to remember user credentials to prevent multiple logins

On mobile phones a user may want to login only the first time he/she accesses an application and then the application should remember the user credentials, so that the next time the user accesses the application he/she does not have to login again. Aware IM provide a form called logonM.html that includes a checkbox called “Remember me”. If the user ticks this checkbox he/she will not have to login again. The default URL for this form is:

http://localhost:8080/AwareIM/logonOp.aw?domain=BusinessSpaceName&mobile_login=true

To force the browser to display a login form after the user has already been remembered add the “auto_login=false” to the URL:

http://localhost:8080/AwareIM/logonOp.aw?domain=BusinessSpaceName&mobile_login=true&auto_login=false

  • Last modified: 2022/09/13 18:15