Re: LinkImpl serialization exception

2017-05-29 Thread Pavel Chernyak
Hi there. I think problem there that you trying to store in session class that not implements serializable interface. On 30 May 2017 at 09:26, Ilya Obshadko wrote: > I’m upgrading my installation to a clustered solution that uses Elasticache > (memcached) to store session information. > > I use

LinkImpl serialization exception

2017-05-29 Thread Ilya Obshadko
I’m upgrading my installation to a clustered solution that uses Elasticache (memcached) to store session information. I use embedded Jetty, Memcached initialization is like this: Optional.ofNullable(System.getProperty("memcached.server")).ifPresent(memcachedServer -> { final MemcachedSessionD