From 506ed3197ea3e29f2a1b8970f3de055ac080a047 Mon Sep 17 00:00:00 2001 From: ja Date: Thu, 16 Sep 2021 16:17:08 +0200 Subject: [PATCH] =?UTF-8?q?Logout=20ist=20nun=20von=20=C3=BCberall=20ohne?= =?UTF-8?q?=20Session=20Cookies=20m=C3=B6glich?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Customers/Customers.master.vb | 2 +- Customers/CustomsAviso.aspx | 2 +- login/Logout.aspx | 8 ++------ login/Logout.aspx.vb | 22 +++++++++++----------- newpageJulius_Sidebar.aspx | 9 ++++++--- newpageJulius_Sidebar.aspx.vb | 18 +++++++++--------- 6 files changed, 30 insertions(+), 31 deletions(-) diff --git a/Customers/Customers.master.vb b/Customers/Customers.master.vb index 53f596b..397394b 100644 --- a/Customers/Customers.master.vb +++ b/Customers/Customers.master.vb @@ -2,7 +2,7 @@ Partial Class Customers_Customers Inherits System.Web.UI.MasterPage Protected Sub LogoutButton1_Click(sender As Object, e As EventArgs) - MsgBox("Logged out!") + Response.Redirect("../login/Logout.aspx") End Sub End Class diff --git a/Customers/CustomsAviso.aspx b/Customers/CustomsAviso.aspx index 73537b1..8e073f0 100644 --- a/Customers/CustomsAviso.aspx +++ b/Customers/CustomsAviso.aspx @@ -5,7 +5,7 @@ - +