Posted By:
Carsten_Eider
Posted On:
Monday, May 24, 2004 11:43 PM
I am developing a webapp, dealing with struts and axis In theory, a webservice is meant to put same data on the tomcat server. As an answer, the client receives a URL(containing jsessionid), which he has to be opened in a browser. The appearing page displays the uploaded values. That works as i can share the session within the webservice and tomcat. Now the user may change the value within a formular and "*" submit it to the server, where the webservice can get this value and use it. Upto the point "*" everything works fine, but if i submit the formular within the browser, my session is lost und a new one is generated. Does anyone know how to force tomcat to use a specific ses
More>>
I am developing a webapp, dealing with struts and axis
In theory, a webservice is meant to put same data on the tomcat server. As an answer, the client receives a URL(containing jsessionid), which he has to be opened in a browser. The appearing page displays the uploaded values. That works as i can share the
session within the webservice and tomcat.
Now the user may change the value within a formular and "*" submit it to the server, where the webservice can get this value and use it.
Upto the point "*" everything works fine, but if i submit the formular within the browser, my session is lost und a new one is generated.
Does anyone know how to force tomcat to use a specific session ?
format code blocks.
<<Less