What determines the session timeout if one has specified 'session scope' for one's web service? Would it be through the use of a <session-timeout> entry in the web.xml for the Axis webapp?
For example:
<web-app>
...
<session-config>
<session-timeout>60</session-timeout>
</session-config>
...
</web-app>
