Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

...

Configure the default session timeout to your desired session timeout. E.g., for hour-long sessions:

Code Block
xmlxml
titleSession timeout configuration in web.xml
xml
<session-config>
    <session-timeout>60</session-timeout>
</session-config>

...