Re: Tomcat Session issue - Session not expiring on browser close event

2015-09-20 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Kiran, On 9/19/15 11:29 PM, Kiran Badi wrote: > Thanks Chris, Let me check user guide and come back. I'm sorry, I misspoke here: > On Fri, Sep 18, 2015 at 11:26 AM, Christopher Schultz < > ch...@christopherschultz.net> wrote: > > This is for a s

Re: Tomcat Session issue - Session not expiring on browser close event

2015-09-19 Thread Kiran Badi
Thanks Chris, Let me check user guide and come back. On Fri, Sep 18, 2015 at 11:26 AM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Kiran, > > On 9/17/15 11:11 PM, Kiran Badi wrote: > > Thanks Chris and David for reply. I did c

Re: Tomcat Session issue - Session not expiring on browser close event

2015-09-18 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Kiran, On 9/17/15 11:11 PM, Kiran Badi wrote: > Thanks Chris and David for reply. I did change the timeout values > from 30 to 10. > > I have some workflow kind of screens,but I do not store work flows > fields data in session. Session contains onl

Re: Tomcat Session issue - Session not expiring on browser close event

2015-09-17 Thread Kiran Badi
Thanks Chris and David for reply. I did change the timeout values from 30 to 10. I have some workflow kind of screens,but I do not store work flows fields data in session. Session contains only attributes which are similar to ids. All data is persisted in the mysql database and I get the data from

Re: Tomcat Session issue - Session not expiring on browser close event

2015-09-14 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Kiran, On 9/13/15 8:40 PM, Kiran Badi wrote: >> Perhaps you should think about using a leaner session, and then >> sessions living for longer than necessary won't be such a big >> problem > > What do you mean by leaner session ? Storing less objec

RE: Tomcat Session issue - Session not expiring on browser close event

2015-09-14 Thread David Balažic
Kiran Badi wrote: > Is their a way to kill the session after certain period of inactive time > where user is not doing anything on the site or I need to adjust my timeout > value ? The timeout means exactly "kill the session after certain period of inactive time", so the answer is yes. Regards

Re: Tomcat Session issue - Session not expiring on browser close event

2015-09-13 Thread Kiran Badi
Hi Chris, Thanks Chris for reply. Perhaps you should think about using a leaner session, and then sessions living for longer than necessary won't be such a big problem What do you mean by leaner session ? Storing less objects in session or changing default timeout from 30 mins to something of le

Re: Tomcat Session issue - Session not expiring on browser close event

2015-09-09 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Kiran, On 9/7/15 12:54 PM, Kiran Badi wrote: > I have few attributes saved in session they seems to living for > close to 30 minutes which is session timeout in web xml. > > I need to kill the session once the browser closes on the client > side.