LivePersonInc / dropwizard-websockets

MIT License
61 stars 28 forks source link

sessions are invalidating for subsequent requests #28

Open rajivjain83 opened 5 years ago

rajivjain83 commented 5 years ago

Hi, We recently have upgrade one of our product from Jetty 6.1.2 to jetty 9.4.12. Post to upgrade, we landed up in an issue where session is being invalidated for subsequent requests. We are using embedded Jetty here. I have configured the DefaultSessionCache and NullSessionDataStore to persist sessions in-memory. I also have set cookie-config flags i.e "http-only" and "secure" as false also, to check in case it works with that. But still the same issue where we can see stale connections error is being logged in the logs.

Please help with your expert recommendations on what am I missing here to configure.

Regards...!