RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
ESessionsException Class

ESessionsException is the exception that is raised when TSessionsService encounters a problem.

Pascal
ESessionsException = class(EWebBrokerException);
C++
class ESessionsException : public EWebBrokerException;

ESessionsException represents exceptions that occur when managing the Web sessions in a WebSnap application. For example, this exception is raised when the application tries to create a new session and the sessions service is already storing the maximum allowed number of sessions. 

 

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