Page 1 of 1

webdav servlet and session timeout

Posted: Thu Mar 22, 2007 10:32 pm
by balaji
I am using the WebdavServlet in one of the file transfer application. I am running into this problem with session timeout.

I have configured the session timeout to be 120 minutes in the web.xml file for the servlet configuration.

<session-config>
<session-timeout>120</session-timeout>
</session-config>

The session timesout works as expected, the question I have is how to get the Internet Explorer know about this session timeout, and display some message in the IE client. Though the IE session times out, user is not aware of the timeout unless he/she hits the refresh button in IE.

Please give me you suggestions on how to solve the problem with webdav servlet.

Balaji

Posted: Fri Mar 23, 2007 12:43 pm
by sorin_ristache
Hello,

I think you should ask this on a forum about web applications that try to access a Webdav servlet. The oXygen XML Editor is not connected with accessing a servlet from a Web browser.


I hope this helps,
Sorin