Index: UnitTest/WebTier/MapAgent/MapAgentForms/getsessiontimeoutform.html
===================================================================
--- UnitTest/WebTier/MapAgent/MapAgentForms/getsessiontimeoutform.html	(revision 0)
+++ UnitTest/WebTier/MapAgent/MapAgentForms/getsessiontimeoutform.html	(revision 0)
@@ -0,0 +1,19 @@
+﻿<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<script type="text/javascript" src="setactiontarget.js">
+</script>
+</head>
+<body>
+<form name="input" action="" method="get">
+<b>Operation:</b>
+<input type="text" name="OPERATION" value="GETSESSIONTIMEOUT" size="50">
+<p> Version:
+<input type="text" name="VERSION" value="2.2.0" size="10">
+<p> Client Agent:
+<input type="text" name="CLIENTAGENT" value="MapGuide Developer" size="100">
+<p>
+<input type="submit" value="Submit" onclick="SetActionTarget()"> <input type="reset">
+</form>
+</body>
+</html>
Index: UnitTest/WebTier/MapAgent/MapAgentForms/otherapi.html
===================================================================
--- UnitTest/WebTier/MapAgent/MapAgentForms/otherapi.html	(revision 3963)
+++ UnitTest/WebTier/MapAgent/MapAgentForms/otherapi.html	(working copy)
@@ -11,6 +11,8 @@
             <LI>
                 <A href="createsessionform.html" target="showform">CreateSession</A>
             <LI>
+                <A href="getsessiontimeoutform.html" target="showform">GetSessionTimeout</A>
+            <LI>
                 <A href="dwfviewerform.html" target="showform">Launch DWF viewer</A></LI>
             <LI>
                 <A href="ajaxviewerform.html" target="showform">Launch AJAX viewer</A></LI>

