Hi,
I have used the Application.SessionCount to look how many session are currently active on the sever.
When the application is deployed the count seem to work correctly.
After This number becomes too large and takes a negative sign (-234 for example)
As suggest in the forum I have implemented the handle of session timeout:
Handling in “Application.SessionTimeout”:
e.Handled = true;
Application.Exit();
I’ts this behavior a bug?
Now I have the wisej version 2.2.52
Thanks
Hi Angelo,
The negative number that you’re seeing is actually a bug where the counter was decreasing before firing the event.
A fix would be available in the next release and we will keep you updated!
Best regards,
Alaa
Hi Alaa,
I think about fifty.
But what mean the minus sign on count value?
Hi Angelo,
Do you have an estimate of how many sessions you had until you experienced the issue?
Thank you,
Alaa
Please login first to submit.