Login System wurde eingebaut. Dazu wurden das neue Icon erstellt und eingebunden

This commit is contained in:
ja
2021-08-27 16:10:54 +02:00
parent 5fcaf2e580
commit 7507d9ed4e
8 changed files with 134 additions and 30 deletions

View File

@@ -1,5 +1,16 @@

Partial Class Kundenbereich_Default
Inherits System.Web.UI.Page
Protected Sub LogOutBtn1_Click(sender As Object, e As EventArgs)
FormsAuthentication.SignOut()
Session.Abandon()
Response.Redirect("../newpageJulius_Sidebar.aspx", True)
End Sub
Protected Sub LogOutBtn2_Click(sender As Object, e As EventArgs)
FormsAuthentication.SignOut()
Session.Abandon()
Response.Redirect("../newpageJulius_Sidebar.aspx", True)
End Sub
End Class