Esbach, Brandon schrieb:
Is there any simple way to avoid this problem; or to
at least increase
the timeout?
This is a configuration which usually depends on the default
configuration of your webapp container you're running xwiki with.
The default session timeout can be changed for xwiki (or any other
webapp) by adding the following entry to the .../WEB-INF/web.xml file:
<session-config>
<session-timeout>30</session-timeout>
</session-config>
The timeout is in minutes.
Guido