Änderungen

This commit is contained in:
ja
2021-10-29 08:32:02 +02:00
parent 8f13276c1a
commit 7df36dc972
3 changed files with 3 additions and 7 deletions

View File

@@ -30,9 +30,7 @@
void Session_Start(object sender, EventArgs e)
{
// Code, der ausgeführt wird, wenn eine neue Sitzung gestartet wird
FormsAuthenticationTicket formsAuthenticationTicket = new FormsAuthenticationTicket(2,"ticket",DateTime.Now,DateTime.Now.AddMinutes(-30),true,"Par1="+Session.SessionID.ToString());
FormsAuthentication.Encrypt(formsAuthenticationTicket);
}
void Session_End(object sender, EventArgs e)