isSessionInvalidated
Tells if the current session has been invalidated or not.
General format
boolean isSessionInvalidated()
Code example
if objHTTPHandler:>isSessionInvalidated()
   |the session has been invalidated
else
   |the session is still valid
end-if