Ismael,
Por curiosidade eu utilizei o comando: Session.Count;
---
Por Curiosidade (dinovo) fiz um exemplo simples:
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title></title>
</head>
<body>
<form id="form1" runat="server">
<div>
<% Session["robson"] = "23"; %>
<% Session["robson2"] = "23"; %>
<% Session["robson3"] = "23"; %>
<% Session["robson4"] = "23"; %>
<% Session["robson5"] = "23"; %>
<% Session["robson6"] = "23"; %>
<%Response.Write(Session.Count); %>
<%Response.Write(Session.Keys.Count); %>
</div>
</form>
</body>
</html>
São Sessões abertas! veja se atende.
Abraços.
Site: RobsonAlves.net
Twitter: @robsonalvesti Follow-Me
LinkedIn: br.linkedin.com/in/robsonalves
Quem Compartilha, Ensina e Aprende.