> From: Sai Pullabhotla [mailto:[email protected]] > Subject: Re: Uploading large files and session timeout
> As far as I know, the session's lastAccessTime gets updated on each > request from the client (by the container), and there is no public API > to update the last access time. Your servlet could call HttpSession.setMaxInactiveInterval() as needed to prevent a timeout. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
