Namensbezeichungen in JS Filltable-Funktionen wurden verbessert sowie Popper.js aktualisiert, sodass eine Integrität mit Bootstrap 5.0.2 vorliegt sowie der Hashalgorithmus wurde sicherherheitsrelevant verbessert.
This commit is contained in:
@@ -1,11 +1,12 @@
|
||||
|
||||
Imports System.Web.Configuration
|
||||
Imports System.Security.Cryptography
|
||||
|
||||
Partial Class login_Logout
|
||||
Inherits System.Web.UI.Page
|
||||
|
||||
Dim sessionname
|
||||
Sub Page_Load() Handles Me.Load
|
||||
|
||||
Function Page_Load() As Threading.Tasks.Task Handles Me.Load
|
||||
FormsAuthentication.SignOut()
|
||||
Session.Clear()
|
||||
Session.Abandon()
|
||||
@@ -21,14 +22,10 @@ Partial Class login_Logout
|
||||
'cookie2.Expires = DateTime.Now.AddYears(-1)
|
||||
'Response.Cookies.Add(cookie2)
|
||||
Response.BufferOutput = True
|
||||
End Function
|
||||
|
||||
|
||||
Protected Sub btn_backtostart_Click(sender As Object, e As EventArgs) Handles btn_backtostart.ServerClick
|
||||
Response.Redirect("../login/login_FLEX.aspx")
|
||||
|
||||
|
||||
End Sub
|
||||
|
||||
|
||||
Protected Sub btn_backtostart_Click(sender As Object, e As EventArgs)
|
||||
Response.Redirect("../login/login_FLEX.aspx")
|
||||
|
||||
End Sub
|
||||
End Class
|
||||
|
||||
Reference in New Issue
Block a user