🎴 Flashcard Mode
Web Application Security Fundamentals
Card1 / 20
Mastered0
Review0
QuestionClick to flip
Which of the following is inappropriate for continuous logging?
AnswerClick to flip back
A
Page load times for all application pages
💡 Explanation:
Logging page load times for ALL application pages (C) is inappropriate for continuous logging because it generates excessive volume of low-value data. Continuous logging should focus on security-critical events like critical transactions, account lockouts, and authentication events. Page load times are better suited for performance monitoring systems, not security logging.