I have two questions:
- Is it good approach to get http session information in ejb?
- How can i get Http Session information in EJB tier?
Context
I have application in which I have two types of pages, jsp pages and jsf pages, now am getting session information in jsp page and i want to pass this session information to jsf backing bean because from backing bean am calling ejbs and needs session for setting up all remote and local interfaces for ejb.