Änderungen
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user