Hi
How do I maintain HttpSession objects of the client, across stateless session bean calls from the client?
Is there any way thru which I can maintain the HttpSession Object of the calling client servlet when I am using a stateless sission bean ?
Thanks
Sabyasachi Chowdhury
-
Maitaining HTTP Session using Stateless session beans (1 messages)
- Posted by: Sabyasachi Chowdhury
- Posted on: June 09 2004 08:00 EDT
Threaded Messages (1)
- Maitaining HTTP Session using Stateless session beans by Paul Strack on June 09 2004 10:55 EDT
-
Maitaining HTTP Session using Stateless session beans[ Go to top ]
- Posted by: Paul Strack
- Posted on: June 09 2004 10:55 EDT
- in response to Sabyasachi Chowdhury
Maintain stateful (session) objects in your servlet layer. Pass these objects to the Stateless Session Bean as method parameters every time they are needed.