In BBj 16.0 and higher, this method checks whether the requested session ID is still valid.
Return Value |
Method |
boolean |
isRequestedSessionIdValid() |
None.
true if this request has an id for a valid session in the current session context; false otherwise
The example below shows testing if the requested session ID is valid in a BBJSP Servlet.
This example demonstrates how this works in a BBJSP web-page
|
This example demonstrates how this works in a BBJSP servlet
|