avbravosecurity
  • Introduction
  • Guia de uso
    • Proyecto Seguridad
    • Control de Sesiones y Seguridad
    • Pagina Index.xhtml Session
    • Pagina welcome.xhtml
    • Pagina ViewExpiredException.xhtml
    • Pagina admin.xthml Session
    • LoginController
    • SessionController
  • Api
    • Métodos
  • Configuracion
    • Configuracion
Powered by GitBook
On this page

Was this helpful?

Guia de uso

Editar el archivo web.xml e incluir

 <error-page>
     <exception-type>javax.faces.application.ViewExpiredException</exception-type>
     <location>/viewExpiredException.xhtml</location>
  </error-page>
PreviousIntroductionNextProyecto Seguridad

Last updated 6 years ago

Was this helpful?