Ejemplo n.º 1
0
 public static bool IsLogado(this HttpSessionStateBase session)
 {
     return(session.GetUsuarioLogado() != null);
 }