Re: Dissapearing attribute from session

2020-05-11 Thread Cezary Biernacki
Hi, Usually such symptoms appear when your production system has multiple instances with a load balancer but without the "sticky sessions" option enabled. The load balancer sends request from one user to multiple instances, so it looks like attributes from the session disappear, while in reality th

Dissapearing attribute from session

2020-05-11 Thread Michał Więckowski
Hello everyone, I'm expecting bizarre behavior and I'm slowly running out of options what can be wrong. Maybe someone had a similar problem. I've got a tapestry app (T5.5) and sometimes when I refresh pages (this behavior I can see in many pages across my app), my session attributes are lost. By