RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
ESessionException Class

ESessionException is the exception that is raised when a WebSnap application tries to use an invalid session.

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

WebDisp

The TInvalidWebSession class raises ESessionException when the application tries to use the current session and that session could not be created. This includes attempts to change the properties of the current session (such as setting the time-out period), attempts to get or set values, or attempts to terminate the current session. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!