Fórumok

Session expiry not properly functioning ( in Liferay 5.2.3)

Suresh Kumar, módosítva 11 év-val korábban

Session expiry not properly functioning ( in Liferay 5.2.3)

Junior Member Bejegyzések: 47 Csatlakozás dátuma: 2012.05.09. Legújabb bejegyzések
Hi All,

I am using Liferay 5.2.3. Here is my problem.

-- Session expiry not properly functioning if portal is accessed in multiple browser tabs
-- The session timeout is 30 minutes. Login to the site and open a second tab, on tab 1 click around the site regularly, and do nothing on tab 2.
-- After 30 minutes the session on tab 2 will timeout meaning tab 1 will also timeout. This shouldn’t happen as the user has been using the site in tab 1.

Please give if you have any solutions for the above.

Thanks in advance
Suresh
thumbnail
David H Nebinger, módosítva 11 év-val korábban

RE: Session expiry not properly functioning ( in Liferay 5.2.3)

Liferay Legend Bejegyzések: 14919 Csatlakozás dátuma: 2006.09.02. Legújabb bejegyzések
Session timeout is managed via javascript in the browser. If nothing goes on in tab 2, the javascript timer there will expire and timeout the session.

Session is scoped at the browser level (not the tab level) and therefore tab 1 also gets timed out.

Nothing you can do about this...
Suresh Kumar, módosítva 11 év-val korábban

RE: Session expiry not properly functioning ( in Liferay 5.2.3)

Junior Member Bejegyzések: 47 Csatlakozás dátuma: 2012.05.09. Legújabb bejegyzések
David H Nebinger:
Session timeout is managed via javascript in the browser. If nothing goes on in tab 2, the javascript timer there will expire and timeout the session.

Session is scoped at the browser level (not the tab level) and therefore tab 1 also gets timed out.

Nothing you can do about this...



Hi David,

Thanks for the reply. But in 6.1, its working fine. Could you please help how they have done it in 6.1. (I will implement the same in our project)

Please suggest.

Thanks,
Suresh