
BBjHttpRequest::isRequestedSessionIdValid
Description
In BBj 12.0 and higher, this method checks whether the requested session ID is still valid.
Syntax
Return Value |
Method |
boolean |
isRequestedSessionIdValid() |
Parameters
None.
Return Value
true if this request has an id for a valid session in the current session context; false otherwise
Remarks
The example below shows testing if the requested session ID is valid in a BBjServlet.
Example
REM
Obtain the instance of the BBjAPI object |