Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Jetty getting down after some idle time, apprx 3-4 hrs.

Session timeout.  yeah, that would make sense, as nothing is refreshing the state of the session (yet) in a majority websocket application.

We'll have to see what we can do to keep the session active.  Hmm...

--
Joakim Erdfelt <joakim@xxxxxxxxxxx>
Developer advice, services and support
from the Jetty & CometD experts



On Thu, Nov 15, 2012 at 12:44 AM, konga <swathistack@xxxxxxxxx> wrote:
I am using jetty8 and the websocket client is php with ajax and session
handling is done using servlets.

I guess may this is due to session time out. can you please share your
comments?

Also can you please provide me some more information on reasonVal in jetty?



--
View this message in context: http://jetty.4.n6.nabble.com/Jetty-getting-down-after-some-idle-time-apprx-3-4-hrs-tp4959552p4959559.html
Sent from the Jetty User mailing list archive at Nabble.com.
_______________________________________________
jetty-users mailing list
jetty-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/jetty-users


Back to the top