If a session scoped bean is injected into another session scoped bean, is the "aop:scoped-proxy" declaration necessary?

I see from the documentation that it can be used when injections a session scoped bean into a singleton bean (also for other scopes).

Thanks for any help


Jim