Re: Page is being lost from Session intermittently

2021-09-02 Thread Wayne W
Thanks On Thu, Sep 2, 2021 at 3:16 PM Martin Grigorov wrote: > On Thu, Sep 2, 2021 at 3:48 PM Wayne W > wrote: > > > Thanks for the replies. > > > > > > > > > Have you logged everything from the servlet container's session manager > > to > > > wicket session management, to identify the logic

Re: Page is being lost from Session intermittently

2021-09-02 Thread Martin Grigorov
On Thu, Sep 2, 2021 at 3:48 PM Wayne W wrote: > Thanks for the replies. > > > > > > Have you logged everything from the servlet container's session manager > to > > wicket session management, to identify the logic where loss occurs? > > > Not yet. > > For example, did you try with different

Re: Page is being lost from Session intermittently

2021-09-02 Thread Martin Terra
to 2. syysk. 2021 klo 15.48 Wayne W (waynemailingli...@gmail.com) kirjoitti: > Thanks for the replies. > > > > > > Have you logged everything from the servlet container's session manager > to > > wicket session management, to identify the logic where loss occurs? > > > Not yet. > > For example,

Re: Page is being lost from Session intermittently

2021-09-02 Thread Wayne W
Thanks for the replies. > > > Have you logged everything from the servlet container's session manager to > wicket session management, to identify the logic where loss occurs? Not yet. For example, did you try with different servlet containers if same > problem occurs? Jetty, Tomcat, something

Re: Page is being lost from Session intermittently

2021-09-02 Thread Martin Grigorov
Hi, On Wed, Sep 1, 2021 at 7:31 PM Wayne W wrote: > Hello there, > > We recently upgraded from Wicket 7.8.0 to 9.4.0 . We are experiencing > intermittent pages that are being lost from the session. > > I can reproduce in production but it takes time and is random. We have a > page where some

Re: Page is being lost from Session intermittently

2021-09-01 Thread Martin Terra
Hi! Have you logged everything from the servlet container's session manager to wicket session management, to identify the logic where loss occurs? If necessary, you could compile a custom version of these from sources, to add more necessary logging, to trace where the ball drops. For example,

Page is being lost from Session intermittently

2021-09-01 Thread Wayne W
Hello there, We recently upgraded from Wicket 7.8.0 to 9.4.0 . We are experiencing intermittent pages that are being lost from the session. I can reproduce in production but it takes time and is random. We have a page where some files can be uploaded to another microservice from the webpage via