+

Search Tips   |   Advanced Search

Task overview: 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, make sure that you are familiar with the programming model for accessing HTTP session support in the applications following the Servlet 3.0 API.

  1. Plan the approach to session management, which could include session tracking, session recovery, and session clustering.

  2. Create or modify our own applications to use session support to maintain sessions on behalf of web applications.

  3. Assemble the application.

  4. Deploy the application.

  5. Ensure the administrator appropriately configures session management in the administrative domain.

  6. Adjust configuration settings and perform other tuning activities for optimal use of sessions in the environment.


Subtopics

  1. Sessions
  2. Develop session management in servlets
  3. Assemble so that session data can be shared
  4. Session security support
  5. Session management support
  6. Configure session management by level
  7. Session tracking options
  8. Configure session tracking
  9. Configure session tracking for WAP devices
  10. Distributed sessions
  11. Session recovery support
  12. Configure for database session persistence
  13. Memory-to-memory replication
  14. Memory-to-memory session partitioning
  15. Clustered session support
  16. Configure memory-to-memory replication for the peer-to-peer mode (default memory-to-memory replication)
  17. Configure memory-to-memory replication for the client/server mode
  18. Session management tuning
  19. HTTP sessions: Resources for learning
  20. Scheduled invalidation
  21. Configure write contents
  22. Configure write frequency
  23. Base in-memory session pool size
  24. HTTP session invalidation
  25. Write operations
  26. Tune parameter settings
  27. Tune parameter custom settings
  28. Best practices for using HTTP sessions
  29. HTTP session manager troubleshooting tips
  30. HTTP session problems