Versions Compared

Key

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

...

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

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

...