Hi there,
I am studying the user session object in order to make some dashboard.
There I found a column "session end method", where there are 0, 1, 2 ,3 as values.
What do these values mean?
Thanks in advance.
Like
Hello Andrew,
SessionEndMethod column values:
Not closed - 0
The session was closed as a result of the user logging out. - 1
The session was closed by a timeout on the server side. - 2
The session closed forcibly. - 3
Thank you,
Igor
Hello Andrew,
SessionEndMethod column values:
Not closed - 0
The session was closed as a result of the user logging out. - 1
The session was closed by a timeout on the server side. - 2
The session closed forcibly. - 3
Thank you,
Igor
Ihor Skohariev,
Hi, and how much time needs to be registered the event when user closes the tab where is working?, in this case the user will be disconnected by timeout, is another way to "detect" this situation?
Thanks