According to tomcat user list web socket activity does not touch session
You can set timeout ping behavior to touch the session

Here is the thread with my question according this
http://markmail.org/thread/g2ao4a4ytc3322b5

On Fri, Sep 15, 2017 at 10:05 PM, Bergmann Manfred
<m...@software-by-mabe.com> wrote:
> Hi.
>
> Iā€™m having a problem with WebSocket timeouts.
> One panel (currently) of a page uses a WebSocket to push data and re-render 
> something.
> Leaving the browser untouched the WebSocket will timeout after 5 minutes:
> ā€”-
> [ERROR] 2017-09-15 16:57:46.566 [Scheduler-1197176722] 
> org.apa.wic.pro.ws.jav.WicketEndpoint onError - An error occurred in web 
> socket connection with id : 0:0:0:0:0:0:0:1:8080->0:0:0:0:0:0:0:1:55737
> java.net.SocketTimeoutException: Timeout on Read
>         at 
> org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection.onReadTimeout(AbstractWebSocketConnection.java:592)
>  [websocket-common-9.4.6.v20170531.jar:9.4.6.v20170531]
>         at 
> org.eclipse.jetty.io.AbstractConnection.onFillInterestedFailed(AbstractConnection.java:170)
>  [jetty-io-9.4.6.v20170531.jar:9.4.6.v20170531]
>         at 
> org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection.onFillInterestedFailed(AbstractWebSocketConnection.java:538)
>  [websocket-common-9.4.6.v20170531.jar:9.4.6.v20170531]
>         at 
> org.eclipse.jetty.io.AbstractConnection$ReadCallback.failed(AbstractConnection.java:285)
>  [jetty-io-9.4.6.v20170531.jar:9.4.6.v20170531]
>         at org.eclipse.jetty.io.FillInterest.onFail(FillInterest.java:140) 
> [jetty-io-9.4.6.v20170531.jar:9.4.6.v20170531]
>         at 
> org.eclipse.jetty.io.AbstractEndPoint.onIdleExpired(AbstractEndPoint.java:398)
>  [jetty-io-9.4.6.v20170531.jar:9.4.6.v20170531]
>         at 
> org.eclipse.jetty.io.IdleTimeout.checkIdleTimeout(IdleTimeout.java:166) 
> [jetty-io-9.4.6.v20170531.jar:9.4.6.v20170531]
> ā€”-
>
> Now, what exactly is responsible for this timeout. And how can that be 
> adjusted?
>
>
>
> Regards,
> Manfred
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>



-- 
WBR
Maxim aka solomax

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to