Note: The following is a sample HTML page content you may choose to redirect to for the LDAP parameter, ldap.restoreSessionUrl
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://
www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>You have another session open</title>
</head>
<body>
<div id="horizon" style="margin-top:150px">
<div id="content">
<div id="contentText">
<center>
<table border="0" width="500" cellpadding="0" cellspacing="0" style="margin: 20px;">
<tr valign="top">
<td class="bgcolor16" align="left" style="padding: 20px; border-bottom: 1px solid #CCCCCC; line-height: 1.7em;">
<table border="0" cellpadding="3" cellspacing="0">
<tr valign="top">
<td style="padding: 8px 0px 0px 15px;">
<span class="titlehdr5">You have another session open</span>
</td>
</tr>
<tr>
<td style="padding: 8px 0px 8px 15px;"><span style="padding:200px 0px 20px 0px;">You are either logged in at another location or did not log out of your previous session.<p>Do you want to recover the previous session and return to what you were working on, or start a new session (losing all previous work)?</span></td>
</tr>
<tr>
<td align="center" class="texthdr">
<form name="mainForm" action="restoreSession.htm" method="post">
<input type="button" name="recover" value="Recover Session" class="mainSearchBtn" onclick="document.getElementById('restoreSession').value=true;document.mainForm.submit();" />
<input type="button" name="new" value="New Session" class="mainSearchBtn" onclick="document.getElementById('restoreSession').value=false;document.mainForm.submit();" />
<input type="hidden" id="restoreSession" name="restoreSession" value="true" />
</form>
</td>
</tr>
</table>
</td>
</tr>
</table>
</center>
</div>
</div>
</div>
</body>
</html>