Hi,
I get the session MaxInactiveInterval time using the following query. I am developing web application using JSF Framework
var sessionMaxInactiveTime = ${pageContext.session.maxInactiveInterval};
I need to set maxInactiveInterval.
how to set maxInactiveInterval using JavaScript, JQuery, or to write Servlet.
But i want to control to main template jsp Page.
Is available any links, notes or samples?
Help me. Thanks in advance.