Hello, I've been trying to get sessions to work with axis-1.1 and tomcat 4.1.29. However, I can't seem to get the sessions to stick. I have a few questions: * Do sessions only work for the same service, say I have a LoginService and a ModelService, does the session from LoginService transfer over to the ModelService? * How do I get axis to do this? I've called (Service) service.setMaintainSession(true) in my code, but the session keeps on changing. Any help, ideas for debugging would be great!
Thanks, Matt Kurjanowicz
