I want to reduce the session timeout from 30 minutes to 5 minutes. I went through the guidelines of Liferay communtiy like setting following properties in to portal-ext.properties file.
session.timeout=5
session.timeout.warning=0
session.timeout.auto.extend=true
But this is not working. Can any body help me please.