Secure Coding Practices, Part 5: Session Management
Session management security is especially important in web applications. A user can view and modify all information that is passed to and from a web browser. Popular browsers have plug-ins to make viewing and modification of HTTP traffic easy. As a result, the means of establishing, maintaining, and ending a session are in full view of the end user.
To make session management secure, it is important to encapsulate sensitive information in a way that the user does not see the data, but the server-side application can still identify the user and session properties.
Here are a few questions to consider when creating or reviewing web application software:
Labels: Secure Coding Practices




0 Comments:
Post a Comment
Links to this post:
Create a Link
<< Home