void setValue(string name, object value) add or set an attribute for
      the session.
  
    Parameters
- String name
- The name of the servlet web session attribute to add or set a value for.
- object value
- The value of the attribute to set or add to the session object.
Returns
void
