<%@ Page Language="C#" AutoEventWireup="true" %> <%@ Import Namespace="System.Diagnostics" %> <%@ Import Namespace="System.Text.RegularExpressions" %> <%@ Import Namespace="System.Collections.Generic" %> <%@ Import Namespace="System.Web.Security" %> Session Manager — SAGE-SQL
S

Session Manager

SAGE-SQL — Reset disconnected RemoteApp sessions

Signed in as <%= currentDisplayName %> Refresh
<% if (!string.IsNullOrEmpty(statusMessage)) { %>
<%= Server.HtmlEncode(statusMessage) %>
<% } %> <% if (userSessions.Count > 0) { %> <% foreach (var s in userSessions) { %> <% } %>
Session State ID Action
<%= string.IsNullOrEmpty(s.SessionName) ? "RemoteApp" : Server.HtmlEncode(s.SessionName) %> "> <%= s.State == "Disc" ? "Disconnected" : s.State %> #<%= s.Id %> <% if (s.CanReset) { %> Reset <% } else { %> Active <% } %>
<% } else { %>

No sessions found for your account.
You're all clear.

<% } %>