HttpRequest oReq;
try {
AtrilSession oSes = DAO.getAdminSession("AsyncAccountCache");
User oUsr = new User(oSes, User.forUuid(sUsrNick));
oSes.disconnect();
oSes.close();
oReq = new HttpRequest(sBaseUrl+"login.jsp", null, "post",
new NameValuePair[]{new NameValuePair("email", oUsr.getEmail()),
new NameValuePair("passw", sUsrPwd),