Re: Help understanding Session System Properties

2014-07-25 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Filipe, On 7/24/14, 2:53 PM, Felipe Jaekel wrote: > My session timeout is 15 minutes. > > I have thread that may set a session attribute, but it run only > once after user login and take approximately 1 minute to complete. > > My applications are

Re: Help understanding Session System Properties

2014-07-24 Thread Felipe Jaekel
Thanks for the replies. My session timeout is 15 minutes. I have thread that may set a session attribute, but it run only once after user login and take approximately 1 minute to complete. My applications are JSF based, and most of managed beans are view scoped. The majority of requests is compl

Re: Help understanding Session System Properties

2014-07-22 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Felipe, On 7/22/14, 10:36 AM, Felipe Jaekel wrote: > I have a simple authentication logic in my applications, where I > store the current user in the session and check with a filter if > the current user value is not null. > > Eventually I see some

Re: Help understanding Session System Properties

2014-07-22 Thread Terence M. Bandoian
On 7/22/2014 9:36 AM, Felipe Jaekel wrote: I have a simple authentication logic in my applications, where I store the current user in the session and check with a filter if the current user value is not null. Eventually I see some null pointer exceptions in my Tomcat 7.0.47 that happened in JSF

Help understanding Session System Properties

2014-07-22 Thread Felipe Jaekel
I have a simple authentication logic in my applications, where I store the current user in the session and check with a filter if the current user value is not null. Eventually I see some null pointer exceptions in my Tomcat 7.0.47 that happened in JSF managed beans because the current user value