BBjHttpSession::getId (Deprecated)
BBjHttpSession::getId is deprecated for BBj 21.00 and higher, and has been replaced by BBxWebSession::getId.
Description
In BBj 12.00 and higher, this method returns the ID for the current BBjHttpSession.
Syntax
Return Value |
Method |
string |
getId() |
Parameters
None.
Return Value
Returns a string.
Remarks
The example below displays the session ID within a BBjServlet.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.