72-94
Cisco ASA 5500 Series Configuration Guide using ASDM
Chapter72 Configuring Clientless SSL VPN
Customizing Clientless SSL VPN Pages
You need to specify these child-elements of <timeout-alerts>:
<alert-tooltip> – If set to “yes”, users see the countdown timer on a red background as a tool tip.
Clicking the count down timer expands the tooltip to display your custom message. If set to “no” or
if is undefined, users receive your custom messages in pop-up windows.
<session-timeout-message> – Enter your custom session timeout message in this element. If set and
not empty, users receive your custom message instead of the default message. The %s place holder
in the message will be replaced with a ticking countdown timer.
<idle-timeout-message> – Enter your custom idle timeout message in this element. If set and not
empty, users receive your custom message instead of the default message. The %s place holder will
be replaced with a ticking countdown timer.

Configuration Example for Timeout-alert Element and Child Elements

This example shows only the <timeout-alerts> elements of the <portal> element.
Note Do not cut and paste this example into an existing customization object.
<portal>
<window></window>
<title-panel></title-panel>
<toolbar></toolbar>
<url-lists></url-lists>
<navigation-panel></navigation-panel>
<home-page>
<timeout-alerts>
<alert-tooltip>yes</alert-tooltip>
<idle-timeout-message>You session expires in %s due to idleness.</idle-timeout-message>
<session-timeout-message>Your session expires in %s.</session-timeout-message>
</timeout-alerts>
<application></application>
<column></column>
<pane></pane>
<external-portal></external-portal>
</portal>
Customizing the Logout Page
Figure 72-27 shows the logout page you can customize: