isCOBOL EIS
:
Appendices
:
HTTPHandler class (com.iscobol.rts.HTTPHandler)
: isSessionInvalidated
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
This site works best with JavaScript enabled