> I would add:
> * how can I retrieve the session ID while I am inside an EJB 
> method so I 

(from the docs)
use from HttpServletRequest the method getSession(), then session.getId()
Be careful because the spec says that getSession() creates a session if it
does not exists.


Yves Bossel - Programmer - Neoris.com

Reply via email to