Logout ist nun von überall ohne Session Cookies möglich
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<html lang="en"></html>
|
||||
<!-- Required meta tags -->
|
||||
<meta charset="utf-8"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" title="Verag Spedition AG AvisoTV Flex"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||
<link rel="shortcut icon" href="../images/Icons/favicon/favicon.ico" />
|
||||
<style>
|
||||
.nav-item dropdown::marker {
|
||||
|
||||
Reference in New Issue
Block a user