Admin::getUserCredentialsFromCookie
Description
In BBj 11.0 and higher, this method returns user credentials stored in a cookie for the current user.
Syntax
| 
                                                             Return Value  | 
                                                        
                                                             Method  | 
                                                    
|---|---|
| 
                                                             getUserCredentialsFromCookie()  | 
                                                    
Parameters
None.
Return Values
Returns a UserCredentials object with the user information stored in a cookie that is associated with the current user. If a cookie does not exist, then null() is returned.
Remarks
None.
Example
                                                     |