BBjHttpRequest::getSession (Deprecated)
BBjHttpRequest::getSession is deprecated for BBj 21.00 and higher, and has been replaced by BBxServletRequest::getSession.
Description
In BBj 12.00 and higher, this method returns the BBjHttpSession associated with the BBjHttpRequest.
Syntax
| 
                                                         Return Value  | 
                                                    
                                                         Method  | 
                                                
| 
                                                         getSession()  | 
                                                
Parameters
None.
Return Value
the BBjHttpSession associated with this request
Remarks
The example below shows getting the path of a BBjServlet.
Example
                                                     |