-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
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
-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
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