Is there a way to access HttpSession from EJB module?
- by Zeratul
I'm currently in a need of getting session ID thus I need to get the HttpSession but I don't have any servlets in my EJB module. So perhaps some DI annotation like in webservices api?