Getting Session Id using getId() method
To get the session id you have to call getId() method of response object.
s_id = response.getId();
Next
Home