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

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -