Automatic login in applinX

Hello,

I search a automatic login.

First time, the user must go on hostlogin.jsp, but after, for the futur, if the user is ok, it’s possible for him to go directly on instant.jsp (or z_container.jsp )

Regards

Hi Bernie,

This functionality is not provided by the hostLogin.jsp out of the box. However, as the framework API is available, you can create your own hostLogin jsp that doing the same basic thing (creating a new session with host username and password) but also save the credentials in https session or cookies for reuse them after the first time.

If you are not familiar with the framework API I would recommend using professional services for creating this login page.

Regards,
Assaf