Hi, you can try increasing the session time out. You can try inserting this
in your web.xml:
<session-config>
<session-timeout>1440</session-timeout>
</session-config>
The value is in minutes so 1400 is one daynight.
--
[Message sent by forum member 'spg82']
View Post: http://forums.java.net/node/784432