Secure web applications
This page provides a starting point for finding information about web applications, which are comprised of one or more related files managed as a unit, including:
- HTML files
- Servlets can support dynamic web page content, provide database access, serve multiple clients at one time, and filter data.
- Java ServerPages (JSP) files enable the separation of the HTML code from the business logic in web pages.
IBM extensions to the JSP specification make it easy for HTML authors to add the power of Java technology to web pages, without being experts in Java programming. More introduction...
Subtopics
- Web application security components and settings
- Session security support
We can integrate HTTP sessions and security in WebSphere Application Server. When security integration is enabled in the session management facility and a session is accessed in a protected resource, we can access that session only in protected resources from then on. Session security (security integration) is enabled by default.
Related information:
End-to-end paths for web applications
Troubleshooting web applications