Re: Polling and session timeout

2010-01-22 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Bob, On 1/21/2010 8:36 PM, Bob Hall wrote: > --- On Thu, 1/21/10 at 7:26 AM, Christopher Schultz > wrote: > >> >> If you access the session at all, it counts as a "touch", >> thereby >> extending the life of the session. It's not possible to >> "pe

Re: Polling and session timeout

2010-01-22 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Pid, On 1/21/2010 5:07 PM, Pid wrote: > On 21/01/2010 15:26, Christopher Schultz wrote: > Pid, > > On 1/21/2010 3:32 AM, Pid wrote: On 21/01/2010 04:45, grailcattt wrote: > > That is exactly what I ended up doing and it is working well.

Re: Polling and session timeout

2010-01-21 Thread Bob Hall
--- On Thu, 1/21/10 at 7:26 AM, Christopher Schultz wrote: > > If you access the session at all, it counts as a "touch", > thereby > extending the life of the session. It's not possible to > "peek" at the > session without "touching" it AFAICT. The Session timeout can be set when the response

Re: Polling and session timeout

2010-01-21 Thread Pid
On 21/01/2010 15:26, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Pid, On 1/21/2010 3:32 AM, Pid wrote: On 21/01/2010 04:45, grailcattt wrote: That is exactly what I ended up doing and it is working well. I was hoping for a solution that used tomcat session manage

Re: Polling and session timeout

2010-01-21 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Pid, On 1/21/2010 3:32 AM, Pid wrote: > On 21/01/2010 04:45, grailcattt wrote: >> >> That is exactly what I ended up doing and it is working well. I was >> hoping >> for a solution that used tomcat session management rather than >> managing my >> own

Re: Polling and session timeout

2010-01-21 Thread Pid
On 21/01/2010 04:45, grailcattt wrote: That is exactly what I ended up doing and it is working well. I was hoping for a solution that used tomcat session management rather than managing my own session timeouts, but it works well. If you put the poll servlet in a separate app and are NOT using

Re: Polling and session timeout

2010-01-20 Thread grailcattt
That is exactly what I ended up doing and it is working well. I was hoping for a solution that used tomcat session management rather than managing my own session timeouts, but it works well. -- View this message in context: http://old.nabble.com/Polling-and-session-timeout-tp27129549p27252791.ht

Re: Polling and session timeout

2010-01-20 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Michael, I've been seeing this message on the list for a few days, and haven't responded because I didn't have any suggestions for you. Since nobody has answered, I'll go ahead and give you my thoughts. On 1/12/2010 10:42 AM, grailcattt wrote: > I ha