Default Behavior
By default the Secure Browser displays the top menu on the Control Panel - Site tab after the mobile device user logs on.
If the Site menu only contains one item the gateway sends the user directly to that menu item instead of showing a menu with one item in the list.
Customized Behavior
The BYOD Suite gateway can also be configured to display a specified menu or item when the mobile device user logs onto Secure Browser.
The site_home
parameter in the byodgateway.ini
file of a BYOD gateway is set to /node/1/
by default. This refers to the site menu. Each menu item defined on the gateway can specify a Gateway URL mount point
. This serves as an alias to reference that specific menu item. The alias is used so you can refer to the same item from different BYOD gateways. Each gateway may assign the same item a different #. To return a specific menu item instead of the site menu, set the site_home
parameter to the menu item's node # or alias. Each new gateway has a Welcome menu defined as /node/2/
by default on the gateway. To test this feature using the Welcome menu item set site_home = /node/2/
or its alias which should be /apps/Welcome/
. The BYOD gateway needs to be stopped in order to edit the ini file and then restarted to use the new ini values. It is recommended that you save a copy of the byodgateway.ini
before making any changes in case you need to go back to the default settings.