Session Constructor
        
 Initializes the dundas.session.Session object.
 
         
        Parameters
        
            - sessionOptions
            
 
            - 
                
Type: Object
(optional) Object with default values for the session.
Optional: True 
        
        Examples
        The following example initializes a new instance of a Session object:
        
var newObject = new dundas.session.Session();