Hi Thomas, > This works well for the first hour but then it seems that persistence > doesnt work anymore.
Perhaps the jsessionid cookie is valid for only one hour? Perhaps the server doesn't update the cookie's expiration date/time on every request, so 1 hour after login the cookie is flushed and a new jsessionid is assigned? You will have to analyze what happens on layer 7 (and compare it with your stick tables if necessary, but they seem to have a expiration of 6 hours, so it doesn't match the 1 hour problem). Regards, Lukas

