Liferay extend session using jquery ajax calls -
i want call liferay extendsession function inside every success call back. can write @ 1 place in overriding success call first call extendsession function , return execute rest of code written within success call back.
you can use liferay configuration auto extend session. override portal-ext.properties , put:
session.timeout.auto.extend = true session.timeout = 5 session.timeout.warning = 1
Comments
Post a Comment