Home / Vulnerability Database / C-sharp : Persistent authentication
C#
C-sharp : Persistent authentication
Classification
OWASP Top 10 2013
OWASP Top 10 2017
OWASP Top 10 2021
OWASP ASVS
PCI DSS 4.0
HIPAA
CWE
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#
