Home / Vulnerability Database / C-sharp : Persistent authentication
C#

C-sharp : Persistent authentication

Overview

Than application uses a persistent authentication ticket, which increases the risk of session hijacking.

FormsAuthentication.RedirectFromLoginPage() method generates an authentication token. If called with the second argument being true, the token is persistent.

MEDIUM

DerScanner Severity Score

Do you want to fix C-sharp : Persistent authentication in your application?

See also

C#

C-sharp : JWT: None Algorithm

C#

C-sharp : Insecure data transmission: Database

C#

C-sharp : Only one of method Equals() and GetHashCode() defined