Login sowie Logout funktioniert

This commit is contained in:
ja
2021-09-29 14:40:17 +02:00
parent 727e261a1b
commit 3f11532fa5
6 changed files with 133 additions and 239 deletions

View File

@@ -19,6 +19,10 @@ Partial Class _Default
'cookie2.Expires = DateTime.Now.AddYears(-1)
'Response.Cookies.Add(cookie2)
Response.Redirect("login/Logout.aspx")
End Sub
Protected Sub Unnamed_Load(sender As Object, e As EventArgs)
Dim frm As HtmlIframe = sender
frm.InnerText = "I frame is loading..."
End Sub
End Class