Änderungen
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user