掲示板

Configure session timeout for a specific portlet in a portal page

thumbnail
11年前 に Subhasis Roy によって更新されました。

Configure session timeout for a specific portlet in a portal page

Expert 投稿: 275 参加年月日: 12/01/20 最新の投稿
Is it possible to configure session timeout for a particular portlet in a portal page.

For example, if I have 6 portlets on a page, can I configure one to timeout after 10minutes of inactivity and the other 5 stay active? (Considering that at the portal level I already set the timeout to 30 minutes...and at one portlet only I want to set the session timeout to 10 minutes).
thumbnail
11年前 に David H Nebinger によって更新されました。

RE: Configure session timeout for a specific portlet in a portal page

Liferay Legend 投稿: 14915 参加年月日: 06/09/02 最新の投稿
No.

Overall timeout for Liferay is controlled by the ROOT web app, not by individual portlets.

And how would you determine when the 5 mins are up? Inactivity? If you're using other portlets on the same page, of course one might think it's been inactive for 5 minutes, but that doesn't mean the user hasn't been using the others.

Think about it... You log into the portal, so you're looking at a page w/ multiple portlets on it. One of them wants to time out your session after 5 minutes, even though others on the page have been used. So now the portal throws the user back to the login page and you're left wondering "WTF?".
thumbnail
11年前 に Subhasis Roy によって更新されました。

RE: Configure session timeout for a specific portlet in a portal page

Expert 投稿: 275 参加年月日: 12/01/20 最新の投稿
Thanks David.