I'm not sure if this is the right forum for this question, if not please redirect me and I will ask there.
 
I'm using apacheJserv 1.1b3 on a Linux box running Redhat 6.0. I'm using the JSDK 2.0. I'm using an HttpSession class to manage sessions on a servlet I'm writing. I would like to make the session so that it never expires. I tried to use the method setMaxInactiveTerminal(-1) to achieve this but the compiler complains that this method is not part of the HttpSession class. Is this method not implemented in JSDK 2.0? If not is there a work around for this?
 
Thanks,
 
Jim

Reply via email to