Logout ist nun von überall ohne Session Cookies möglich

This commit is contained in:
ja
2021-09-16 16:17:08 +02:00
parent 1deb7365f5
commit 506ed3197e
6 changed files with 30 additions and 31 deletions

View File

@@ -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