I want to inject a SessionScoped object which its already in session in another RequestBean, and its injecting it successfully but it seems its creating a new instance of the class instead of bringing me what its in the session at the moment.
My problem its something related with: Get access to session scoped CDI bean from request scoped CDI Bean
but at the end it was post no solution to it.