Is there a way to access HttpSession from EJB module?

Posted by Zeratul on Stack Overflow See other posts from Stack Overflow or by Zeratul
Published on 2010-04-18T02:59:37Z Indexed on 2010/04/18 3:03 UTC
Read the original article Hit count: 212

Filed under:
|
|
|
|

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?

© Stack Overflow or respective owner

Related posts about ejb

Related posts about httpsession