BBjspSessionData::getId (Deprecated)
The BBJSP system is deprecated. For new development, use BBxServlet.
Description
In BBj 16.0 and higher, this method returns a unique identifier for this BBjspSessionData object.
Syntax
Return Value |
Method |
String |
getId() |
Parameters
None.
Return Value
the session ID
Remarks
Example
This example demonstrates how this works in a BBJSP servlet
CLASS PUBLIC MyServlet |