WAS v8.5 > End-to-end paths > Web applicationsTasks: Managing HTTP sessions
IBM WebSphere Application Server provides a service for managing HTTP sessions, Session Manager. The key activities for session management are summarized in this topic. Before beginning these steps, verify you are familiar with the programming model for accessing HTTP session support in the applications following the Servlet 3.0 API.
- Plan your session tracking approach for session management.
- Configure applications to use session support to maintain sessions on behalf of web applications.
- Assemble the application.
- Deploy the application.
- Ensure the administrator appropriately configures session management in the administrative domain.
- Adjust configuration settings and perform other tuning activities for optimal use of sessions in the environment.
Subtopics
- Sessions
- Develop session management in servlets
- Assemble so that session data can be shared
- Session security support
- Session management support
- Configure session management by level
- Session tracking options
- Configure session tracking
- Configure session tracking for WAP devices
- Distributed sessions
- Session recovery support
- Configure for database session persistence
- Session management tuning
- HTTP sessions: Resources for learning
- Scheduled invalidation
- Configure write contents
- Configure write frequency
- Base in-memory session pool size
- HTTP session invalidation
- Write operations
- Tune parameter settings
- Tune parameter custom settings
- Best practices for using HTTP sessions
- HTTP session manager troubleshooting tips
- HTTP session problems