I meet a problem like this.
My web run correctly until I open 2 tabs (in the same browser). In both tabs, I log in to my web. After that, I log out in one tab, in the other tab, I call an ajax request and it returns me to login page. I log in again in that tab and my home page render every things, every dialogue, every element without calling it.
I am using the spring, jsf and spring web flow for this project.