Fórumok

Session timeout in liferay6.1

thumbnail
sujay paul, módosítva 11 év-val korábban

Session timeout in liferay6.1

Regular Member Bejegyzések: 164 Csatlakozás dátuma: 2011.10.28. Legújabb bejegyzések
Hi
I want to show the session time after login.
I had add this 2 lines in portal-ext.properties
session.timeout=4
session.timeout.warning=4
but its not showing
Please help.
thumbnail
Jignesh Vachhani, módosítva 11 év-val korábban

RE: Session timeout in liferay6.1

Liferay Master Bejegyzések: 803 Csatlakozás dátuma: 2008.03.10. Legújabb bejegyzések
You can modify session timeout option from web.xml of tomcat.
Change the time setting in below tag:
<session-config> <session-timeout>30</session-timeout> </session-config>
thumbnail
sujay paul, módosítva 11 év-val korábban

RE: Session timeout in liferay6.1

Regular Member Bejegyzések: 164 Csatlakozás dátuma: 2011.10.28. Legújabb bejegyzések
thanks for reply

But how to show it to logged in user ?
thumbnail
Jignesh Vachhani, módosítva 11 év-val korábban

RE: Session timeout in liferay6.1

Liferay Master Bejegyzések: 803 Csatlakozás dátuma: 2008.03.10. Legújabb bejegyzések
sujay paul:
thanks for reply

But how to show it to logged in user ?

Ohh sorry that was my misunderstanding.

Actually to showing only timeout duration, you can read property value from portal-ext.properties file.
session.timeout

try to get it using PropsUtil.get("session.timeout") ;
thumbnail
sujay paul, módosítva 11 év-val korábban

RE: Session timeout in liferay6.1

Regular Member Bejegyzések: 164 Csatlakozás dátuma: 2011.10.28. Legújabb bejegyzések
Is it possible to show the time out duration in status bar?