Managing HttpSession Timeout

1999-05-13 Thread Kirkdorffer, Daniel
Here's another wish list item: I'd like to be able to manage the invalidation timeout at the time of creation of my session objects. I.e. do something like this: HttpSession browserSession = req.getSession(true, 90); to create a session object that will invalidate itself after 15 minutes o

Re: Managing HttpSession Timeout

1999-05-13 Thread Craig R. McClanahan
"Kirkdorffer, Daniel" wrote: > Here's another wish list item: > > I'd like to be able to manage the invalidation timeout at the time of > creation of my session objects. I.e. do something like this: > > HttpSession browserSession = req.getSession(true, 90); > > to create a session object tha

Re: Managing HttpSession Timeout

1999-05-13 Thread Christopher Cobb
"Kirkdorffer, Daniel" wrote: > Here's another wish list item: > > I'd like to be able to manage the invalidation timeout at the time of > creation of my session objects. I.e. do something like this: > > HttpSession browserSession = req.getSession(true, 90); > > to create a session object tha

Re: Managing HttpSession Timeout

1999-05-13 Thread Kirkdorffer, Daniel
Thanks. I should look a little more closely at the new API. Dan > -- > From: Craig R. McClanahan[SMTP:[EMAIL PROTECTED]] > Reply To: Craig McClanahan > Sent: Thursday, May 13, 1999 9:09 AM > To: [EMAIL PROTECTED] > Subject: Re: Managing H

Re: Managing HttpSession Timeout

1999-05-13 Thread John Langley
Anyone know if there's a way to do this same thing under the JspRef092 implementation? That is, HttpSession.setMaxInactiveInterval(300); TIA... Langley. === To unsubscribe, send email to [EMAIL PROTECTED] and include in t

Re: Managing HttpSession Timeout

1999-05-13 Thread Christopher Cobb
John Langley wrote: > Anyone know if there's a way to do this same thing under > the JspRef092 implementation? > > That is, HttpSession.setMaxInactiveInterval(300); This is a Servlet 2.1 thing. If your JSP implementation supports Servlet 2.1 API (e.g., JRun), you have it! cc begin:vcard n: