Versions Compared

Key

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

Для изменения тайм-аута по умолчанию нужно отредактировать файл JIRA_HOME\WEB-INF\web.xml

Code Block
langxml
<source>
    <session-config>
        <session-timeout>60</session-timeout>
    </session-config>
</source>