I want to refresh the page one minute before the session is expired.
#{seesion.maxInactiveInterval – 60}
It looks like p:poll is the suitable API for this but how can I set the interval ?
http://www.primefaces.org/showcase-labs/ui/poll.jsf
<p:poll interval="#{session.maxInactiveInterval - 60}" update="txt_count" />
Thanks