BBjspSessionUtil::saveSessionData (Deprecated)
The BBJSP system is deprecated. For new development, use BBxServlet.
Description
In BBj 17.0 and higher, this method saves the BBjspSessionData to the context's database.
Syntax
| 
                                                         Return Value  | 
                                                    
                                                         Method  | 
                                                
| 
                                                         void  | 
                                                    
                                                         saveSessionData(string contextName, BBjspSessionData session)  | 
                                                
Parameters
| 
                                                         Variable  | 
                                                    
                                                         Description  | 
                                                
| 
                                                         contextName  | 
                                                    
                                                         the name of the BBJSP context  | 
                                                
| 
                                                         session  | 
                                                    
                                                         the session data  | 
                                                
Return Value
None.
Remarks
Example
                                                     |