fix logger: salva user login (AD e tradotto nome/cognome)
This commit is contained in:
@@ -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.
Reference in New Issue
Block a user