I have a project with spring container and prime-faces for UI elements. I Use Tomcat as application server. My managed-beans scope is @ViewScoped. when I load an entity in a page and then I open that page in another browser, I see the same page that is loaded before. what happens to my project in real server with lots of clients. Are they going to see same page when someone load or filtered a page.
@ManagedBean
@ViewScoped
@Controller
public class AlarmController implements Serializable