Änderungen invoices.aspx und andere seiten im Prozess optimiert.

This commit is contained in:
ja
2021-10-28 16:08:50 +02:00
parent 49f60b976d
commit 4afe321459
4 changed files with 214 additions and 108 deletions

View File

@@ -20,6 +20,7 @@ Partial Class login_Logout
'Dim cookie2 As HttpCookie = New HttpCookie(sessionStateSection.CookieName, "")
'cookie2.Expires = DateTime.Now.AddYears(-1)
'Response.Cookies.Add(cookie2)
Response.BufferOutput = True
Response.Redirect("../login/login_FLEX.aspx")