webdav servlet and session timeout

Having trouble installing Oxygen? Got a bug to report? Post it all here.
balaji
Posts: 1
Joined: Thu Mar 22, 2007 9:52 pm
Location: Berwyn,USA

webdav servlet and session timeout

Post 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
sorin_ristache
Posts: 4141
Joined: Fri Mar 28, 2003 2:12 pm

Post 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
Post Reply