magro / memcached-session-manager

A tomcat session manager that backups sessions in memcached and pulls them from there if asked for unknown sessions
Apache License 2.0
758 stars 348 forks source link

Update MemcachedSessionService.java #405

Open RDiazR2 opened 5 years ago

RDiazR2 commented 5 years ago

Fix issue #404

I'm not sure if it's the best approach, but I think it could work.

The purpose is to iterate the node list only once.

RDiazR2 commented 5 years ago

I think build failed because of pr #391