Versions Compared

Key

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

...

Tip

Note that the session cache is not where you configure timeout policy, because that may be determined on an application-specific basis. So that's actually set via theĀ <Sessions> element within the application configuration section(s) of the file.

Session Recovery

Warning

This feature is unfortunately unstable at present due to a bug, but will be reliable once a patch is released.

The SessionCache supports a feature called "session recovery" that implements a limited form of client-side session storage. It enables multiple server "nodes" running the SP that share a common secret key to react to a session cookie identifying a "missing" session by checking for a recovery cookie containing the session and loading it back into the cache, somewhat obviating a shared session cache.

...