Hello, I have a wizard flow that utilizes a backing bean in session scope...if a user should cancel out of the wizard at any point, is there a way to reset the backing bean and its properties??? Or better yet, is there a way to completely remove the bean from the session so that next time the user enters the wizard, it's instantiated again???
Thx, Charbel

