How to redirect to index page if session time out happened in jsf application

后端 未结 3 1029
别跟我提以往
别跟我提以往 2020-12-04 11:16

I am using JSF RI 1.1. How to redirect to index page if session time out happens?

3条回答
  •  半阙折子戏
    2020-12-04 12:18

    You can use a Filter to catch the particular exception indicating the timeout, and redirect from there.

提交回复
热议问题