Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] Session Elimination with Jetty

Hey guys,

I've been working on a Jetty based project and I was hoping someone could clarify what I'm working on.

So the application itself is going to be behind a Layer7 Load Balancer that will sick the sessions. I have two servlets, one that needs to be sticky, and one that CANNOT be sticky. I was wondering if there was a way to configure this in the servlet code to handle the conditions? Can I invalidate the session somehow on my non-sticky servlet? 

Thanks!

E

Back to the top