Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Manage the session timeout #116

Open
ronaldvanrij opened this issue Feb 1, 2016 · 1 comment
Open

Manage the session timeout #116

ronaldvanrij opened this issue Feb 1, 2016 · 1 comment
Milestone

Comments

@ronaldvanrij
Copy link
Contributor

Currently it is not possible to set the session timeout using the module. This setting can be altered in the web.xml file, which is currently not managed. The way I see it there are two options for adding this feature:

  1. Use a template, like the server.xml file is created
  2. Manage the file with Augeas

In this particular case, as web.xml is quite a large file and not really mend to be edited (as shown in the documentation below), I think option 2 would be most suited.

More information:
https://confluence.atlassian.com/display/JIRAKB/How+to+change+the+default+session+timeout

@jyaworski
Copy link
Member

I would second using augeas with xml files.

@oranenj oranenj added this to the Wishlist milestone Apr 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants