%@ Page Language="C#" AutoEventWireup="true" %> <%@ Import Namespace="System.Diagnostics" %> <%@ Import Namespace="System.Text.RegularExpressions" %> <%@ Import Namespace="System.Collections.Generic" %> <%@ Import Namespace="System.Web.Security" %>
SAGE-SQL — Reset disconnected RemoteApp sessions
| 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 <% } %> |
No sessions found for your account.
You're all clear.