fix logger: salva user login (AD e tradotto nome/cognome)

This commit is contained in:
samuele
2012-11-14 15:42:22 +01:00
parent 94a8ef0ca9
commit fba32b9677
5 changed files with 2 additions and 8 deletions
+2 -8
View File
@@ -14,14 +14,8 @@ namespace ETS_WS
protected void Page_Load(object sender, EventArgs e)
{
Logger lg = LogManager.GetCurrentClassLogger();
lg.Info("User login");
#if false
// salvo temp path utente
if (utils.obj.StringSessionObj("UserTempPath") == "")
{
utils.obj.setSessionVal("UserTempPath", string.Format("{0}/{1}", utils.obj.confReadString("tempUplDir"), utils.obj.currUser_FS));
}
#endif
lg.Info("User login: {0} ({1})", utils.obj.currUserCognomeNome, utils.obj.currUserAD);
// rimando a gestione documenti
Response.Redirect("~/Menu.aspx");
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.