G�nter Ladwig wrote:

Hi!

I didn't get any response to the message below. Is there really no one who knows how to set the timeout? Or is there some other workaround?

Thanks in advance.

G�nter


Hi, look at the file web.xml contained in the axis\WEB-INF repository, there is a tag that allows you to define the session timeout :

   <session-config>
       <!-- Default to 5 minute session timeouts -->
       <session-timeout>5</session-timeout>
   </session-config>

But I'm not sure that it'll solve your problem because you said that the session ID is changed in less than 2 minutes.

Karim




Reply via email to