Uploaded image for project: 'Meecrowave'
  1. Meecrowave
  2. MEECROWAVE-114

make the tomcat session defaults configurable via meecrowave.properties and CLI

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.2.1
    • 1.2.2
    • None

    Description

      Currently there seems to be no way to tweak the defaults for the tomcat session. Like the default session timeout, and secure. One has to configure this in web.xml or web-fragment.xml:

          <session-config>
              <session-timeout>20</session-timeout>
              <cookie-config>
                  <secure>true</secure>
              </cookie-config>
          </session-config>
      

      But this makes it impossible to tweak those values in production.

      Attachments

        Activity

          People

            romain.manni-bucau Romain Manni-Bucau
            struberg Mark Struberg
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: