BBjHttpRequest::isRequestedSessionIdValid (Deprecated)
BBjHttpRequest::isRequestedSessionIdValid is deprecated for BBj 21.00 and higher, and has been replaced by BBxServletRequest::isRequestedSessionIdValid.
Description
In BBj 12.00 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
|