[Resin-interest] 3.0.22: session.maxInactiveInterval in milliseconds

2007-01-03 Thread L Logue
The 1.4 EE API specified that maxInactiveInterval is "an integer specifying the number of seconds this session remains open between client requests." In my development resin conf , when I set the session-timeout configuration to 1 minute, session.maxInactiveInterval came out as 6, but it shoul

Re: [Resin-interest] 3.0.22: session.maxInactiveInterval in milliseconds

2007-01-03 Thread L Logue
> Date: Wed, 3 Jan 2007 09:06:49 -0800 > From: Scott Ferguson <[EMAIL PROTECTED]> > > On Jan 3, 2007, at 7:23 AM, L Logue wrote: > >> The 1.4 EE API specified that maxInactiveInterval is "an integer >> specifying the number of seconds this session remains op

Re: [Resin-interest] 3.0.22: session.maxInactiveInterval in milliseconds

2007-01-03 Thread L Logue
Never mind folks. I was using in a debugger and was looking caucho session's _maxInactiveInterval, which was in millis, but the return value of getMaxInterval was indeed in seconds, as expected. My bad, sorry for the false alarm. - Original message - From: "L Logue" &l