How to create sessionscoped bean again for any particular request. e.g. I have page1.xhtml represented by Job Bean (session scoped) and page2.xhtml by Process bean (Session Scoped), after processing the request from Processing bean, rendering again page1.xhtml, but the datatable mapped with the Job bean in page1.xhtml not reflects the changes i made in Processing bean.
How can i make those changes visible i made from other page.