Method deprecated or moved
  
    This method is deprecated or moved on the latest stable version.
    The last existing version (v2.3.8) is shown here.  
  
  
    
       
       
       
    
  
 
  http_only=(val)
  public
  
    
    
Sets whether the Cookie is an HTTP only cookie or not.
   
  
    Show source    
    
      
    def http_only=(val)
      @http_only = val == true
    end