BBjJettyContextConfiguration::isSessionCookieSecure
                                                
Description
                                            In BBj 18.04 and higher, this method checks the status of the session-cookie-secure attribute for the current BBjJettyContext.
Syntax
| 
                                                             Return Value  | 
                                                        
                                                             Method  | 
                                                    
|---|---|
| 
                                                             boolean  | 
                                                        
                                                             isSessionCookieSecure()  | 
                                                    
Parameters
None.
Return Value
Returns a boolean value indicating the state of the flag.
Remarks
The session-cookie-secure attribute tells the browser that this cookie should only be sent over HTTPS protocol.
Example
None.