Summary Table
| Categories |
Total Count |
| PII |
0 |
| URL |
0 |
| DNS |
0 |
| EKL |
0 |
| IP |
0 |
| PORT |
0 |
| VsID |
0 |
| CF |
0 |
| AI |
0 |
| VPD |
0 |
| PL |
0 |
| Other |
0 |
File Content
<div aria-live="polite">
<div class="connection-modal-header modal-header alert-danger">
<h3 tabindex="0">Your user session will time out in {{modalInfo.value}} {{modalInfo.unit}}.</h3>
</div>
<div class="connection-modal-body">
<p>To help protect your information, your user session times out after 15 minutes.</p>
<p>If you are actively using your mobile apps, simply select
<strong>Continue</strong> to reset the session.
You can also select <strong>Logout</strong> to logout of your user session now.
</p>
</div>
<div class="connection-modal-footer">
<button class="btn btn-warning" ng-click="logout()" title="Logout" id="logout">
<span aria-hidden="true">Logout</span>
</button>
<button class="btn btn-warning" ng-click="proceed()" title="Continue" id="continue">
<span aria-hidden="true">Continue</span>
</button>
</div>
</div>