留言板

Redirect to login page after session expired doesn't work

Alvaro San Millan,修改在11 年前。

Redirect to login page after session expired doesn't work

New Member 帖子: 16 加入日期: 12-9-5 最近的帖子
Hi all,

I have a customized orbeon 3.9.0 and liferay 6.1.0 CE running on Tomcat 7.0.27. I am getting a "A critical error has occurred 'Session has expired. Unable to process incoming request.' Press F5 to continue" generated by orbeon javascript.

Steps:
--------
1) Open a browser's window and sign in to portlet app
2) Open another browser's window and go to the home page of the portlet app (already sign in)
3) Sign out in one of them
4) Try to use portlet app generate that critical error message.

This is because session has expired, for orbeon and liferay. I would like to show my login page when session expired and avoid to show that horrible message. I've been investigating in liferay forum but I couldn't resolve it.

This is my configuration:

session.timeout=1440
session.timeout.warning=1
session.timeout.auto.extend=true
session.timeout.redirect.on.expire=true

admin.default.role.names=User
default.logout.page.path=/c/portal/login

But it doesn't work. I'll appreciate any help.

Regards,

Alvaro
Iván Martín,修改在10 年前。

RE: Redirect to login page after session expired doesn't work

New Member 帖子: 2 加入日期: 13-2-4 最近的帖子
I have the same problem. Did you do it?

thank you