Hi , I am using . and my managed bean is defined in session scope. when I open a new browser , the constructor of the managed bean is getting called for the first time. but after that, when I open another browser instance, I see directly the method is getting called instead of going thru the constructor of the managed bean.
Is there a specific way to do, to create an new instance of managed bean for every browser instance in jsf
Apprecitate any help
Bob