I'm trying to use sessions in my web service. I have succesfully added http (and soap) sessions to my service, and I see the session in the raw packets. However, I want to use the session as part of my Impl file. I would like to control the service's function, based on the users session. And I don't see any way of doing this. I can put/get information into the session in the Stub file. However, I need this information in the Impl file. Is there any way to do this? Thanks --- Aryeh Katz VASCO www.vasco.com
