I understand that t:saveState allows a request scope bean to persist for longer than request scope allows but shorter than session scope bean. You are also able to use t:saveState on an entire bean.
so my question is if you use t:saveState on an entire bean what are the advantage of using t:saveState over having the Bean configured in session Scope?
Also under what conditions do you make the bean request scope and use T:saveState instead of making the bean Session Scope to being with?
Thanks