Hi all, Is it possible, and if it is, how, to dump the whole persistence table? I'm load balancing RADIUS traffic based on one of AVPs and I have to do that with a request type rule. At those points in time, the LB does not know, to which node it's going to be diverted, so connection.getNode() doesn't work for me. I don't want to introduce new rules, just to log this. I would rather want to check it from the LB itself. I'm doing universal session persistence with connection.setPersistenceKey() and connection.setPersistence(). Thank you in advance for all the tips and ideas, Michał
... View more