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;

SessColn

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) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!