RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
WebSess.TEndSessionReason Enumeration

TEndSessionReason indicates the reason a session ended.

Pascal
TEndSessionReason = (
  esTimeout,
  esTerminate
);
C++
enum TEndSessionReason {
  esTimeout,
  esTerminate
};

The following table gives the possible values:

Value 
Meaning 
esTimeout  
The session's time-out period elapsed without the application accessing the session.  
esTerminate  
The application called the session's Terminate method. This can be an explicit call in application call, or an implicit call when the user logs out in an application that uses TEndUserSessionsAdpater.  

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!