SP3: Cannot get session recovery to work across nodes

Cantor, Scott cantor.2 at osu.edu
Tue Jan 5 19:40:52 UTC 2021


>    That is very unlikely to be the name of an attribute, that's an HTTP header name. That is not the same thing. I would
> have to check but I suspect if it does not contain any attributes that are meant to be persisted, it won't bother doing it,
> but that may also be a mistaken assumption, I don't have the code in front of me.

I do now, and tha's both correct and logged.

602     if (attrs.integer() == 0) {
 603         m_log.info("session (%s) contained no attributes requiring persistence, will not be recoverable", session.name());
 604         return;
 605     }

-- Scott




More information about the users mailing list