Änderungen

This commit is contained in:
ja
2021-09-13 16:49:45 +02:00
parent 95c96ab6d7
commit 16d0c5ace8
7 changed files with 38 additions and 18 deletions

View File

@@ -9,8 +9,7 @@ Partial Class _Default
Response.Cache.SetExpires(DateTime.UtcNow.AddMinutes(-1))
Response.Cache.SetCacheability(HttpCacheability.NoCache)
Response.Cache.SetNoStore()
Response.Redirect("newpageJulius_Sidebar.aspx")
Session.Add("lastpage", "../newpageJulius_Sidebar.aspx")
Response.Redirect("login/Logout.aspx")
End Sub
End Class