ICEfaces
  1. ICEfaces
  2. ICE-10971

HTTP Status 500 - Session has expired - if increasing session-timeout to larger values

    Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Minor Minor
    • Resolution: Fixed
    • Affects Version/s: EE-4.0.0.GA, EE-3.3.0.GA_P03, 4.1
    • Component/s: Sample Apps
    • Labels:
      None
    • Environment:
      ICEfaces-4.1.0/ ICEfaces-EE-4.0.0.GA/ ICEfaces-EE-3.3.0.GA_P03
      Server: Tomcat7.0.42
      Browsers: all
    • Assignee Priority:
      P3

      Description

      If the <session-timeout> parameter is increased to '4500', there are no problems in running the sample applications, however increasing this value to a larger number such as '45000' causes an "HTTP error 500 - Session has expired" error displayed in the browser window when trying to access the application. The application cannot be accessed, also when reloading the page.
      The error is not visible in the server terminal window.

      I am wondering if there is a maximum value that can be used for this parameter when running ICEfaces apps?

      This can be reproduced with auction and showcase, and most probably with the other sample apps, if increasing the <session-timeout/> value in the web.xml:
      <session-config>
              <session-timeout>45000</session-timeout>
      </session-config>

        Activity

        Repository Revision Date User Message
        ICEsoft Public SVN Repository #48466 Mon Feb 29 18:08:32 MST 2016 mircea.toma ICE-10971 Refactored session timeout test to avoid integer overflow for the 'maxInactiveInterval' value.
        Files Changed
        Commit graph MODIFY /icefaces4/trunk/icefaces/core/src/main/java/org/icefaces/impl/application/SessionTimeoutMonitor.java
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #48458 Fri Feb 26 10:36:24 MST 2016 ken.fyten Fixed Copyright symbol and year in Readme.html.
        Disabled resource-coalescing in showcase by default due to ICE-10971.
        Files Changed
        Commit graph MODIFY /icefaces4/tags/icefaces-4.1.1/icefaces/samples/showcase/showcase/src/main/webapp/WEB-INF/web.xml
        Commit graph MODIFY /icefaces4/tags/icefaces-4.1.1/icefaces/ReadMe.html

          People

          • Assignee:
            Mircea Toma
            Reporter:
            Carmen Cristurean
          • Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: