Skip to Content
0
Former Member
Apr 12, 2010 at 09:40 AM

EP session timeout problem...

66 Views

Hi everyone.

I've set the session timeout to 50 in web.xml like below :

<session-timeout>50</session-timeout>.

Currently we are operating 3 physical servers and they are load balaned by L4 switch.

I want to know is this session continuously renewed when there are communication between EP and users.

Or once the session is activated, this session will be expired exactly after 50 minutes whatever the communication happens between users and WAS.

According to our NW manager, the L4 switch can handle one session only 50 minutes maximum.

So if we set portal session timeout more than 50 minutes, L4 switch will ignore this session after 50 minutes.

But the problme is that sometimes the user have to work more than 50 minutes in one screen. I wonder if there is a solution for this situaion.

Please help.....