Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Number of remaining sessions if I close one session
#1
Hallo,

I have an IntraWeb SA application. If the user closes a session I want to get the count of the remaining sessions.
I call "gSessions.getCount" in TIWServerController.IWServerControllerBaseCloseSession method.
Then my application hangs.

Code:
procedure TIWServerController.IWServerControllerBaseCloseSession(aSession: TIWApplication);
var
 nCount : integer;

begin
 try
   nCount := gSessions.getCount;
 except
 end;
end;


How could I get the number of the remaining sessions at this point?

Best regards
Reply


Messages In This Thread
Number of remaining sessions if I close one session - by jorgo2018 - 10-26-2018, 10:01 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)