Änderungen

This commit is contained in:
ja
2022-01-17 08:20:06 +01:00
parent 796982c725
commit 5110dc93ec
4 changed files with 1729 additions and 1593 deletions

View File

@@ -18,7 +18,7 @@
void Application_End(object sender, EventArgs e)
{
Session.RemoveAll
Session.RemoveAll();
}
void Application_Error(object sender, EventArgs e)
@@ -31,7 +31,7 @@
void Session_Start(object sender, EventArgs e)
{
// Code, der ausgeführt wird, wenn eine neue Sitzung gestartet wird
VERAG_VARIABLES.initerrorcount();
}
@@ -50,6 +50,6 @@
Session.Remove("test");
Session.Remove("PW");
Session.Remove("IDOFCKBOX");
Session.RemoveAll();
Session.RemoveAll();
}
</script>