redirect to login when session expires jsf

Solutions on MaxInterview for redirect to login when session expires jsf by the best coders in the world

showing results for - "redirect to login when session expires jsf"
Giorgio
24 Apr 2017
1<meta http-equiv="refresh" content="#{session.maxInactiveInterval};url=Login">
2<meta http-equiv="refresh" content="#{session.maxInactiveInterval};url=/login.xhtml">