What do the numbers mean in the session end method?

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 0

Like

2 comments
Best reply

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,

Thank you Igor!

Show all comments