CompTIA CySA+ CS0-003 Practice Question
Which of the following methods is the BEST practice for securely managing user sessions in a web application?
Utilizing URL rewriting to append session tokens to each request
Enforcing session timeout policies after a short period of inactivity
Implementing secure, HTTP-only cookies for session tokens
Storing session tokens in client-side local storage with anti-CSRF tokens