Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

[ Image Removed |../../index.htm#lansa/wamengt4_0485.htm]
You are here:

...

WAM080 - Session Management
Important Observations

  • Session Management and persistent data provide powerful and easy to use functionality.
  • Applications that handle sensitive data can be made to time out after a given wait time
  • Your application could establish a common session when the user logs in.
  • Common data that is established at log in could be made available to all WAMs via persistent data.
  • Data required in a later step can be stored as persistent data.
  • Persistent data involves additional database I/Os. Consider carefully how much data needs to be stored and restored as persistent data.

...

  • How to implement session management.

...