Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Persisting memcached session with server restart?

I would ping the author of that module, it is not supported by jetty
directly though I have looked at it before...and am happy to see it
exist.

It is built on top of the jetty-nosql module if I remember right and
our mongodb implementation does not have that issue that I am aware of
so I suspect it is an artifact of that plugin.

keep me posted though!

jesse

--
jesse mcconnell
jesse.mcconnell@xxxxxxxxx


On Fri, Aug 10, 2012 at 7:04 AM, Hridayesh Gupta
<hridayeshiitd@xxxxxxxxx> wrote:
> I am using http://code.google.com/p/jetty-session-memcached/ as session
> manager. After restating jetty server or modifying deployed var and update
> context xml file(I am using context provider to deploy apps) sessions
> becomes null. I checked that data fro that session was still present in
> memcached server.
>
> Thanks for helping me!
> Hridayesh
>
> _______________________________________________
> jetty-users mailing list
> jetty-users@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/jetty-users
>


Back to the top